| 107 |
SELECT SQL_NO_CACHE p.id_product, p.price, psi.price_min, psi.price_max FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM pre4836_product p LEFT JOIN pre4836_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN pre4836_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN pre4836_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop_group = 1 AND sa.id_shop = 0 ) LEFT JOIN pre4836_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN pre4836_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 3 AND ps.active = TRUE) INNER JOIN pre4836_category_product cp ON (p.id_product = cp.id_product) INNER JOIN pre4836_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN pre4836_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN pre4836_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN pre4836_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature_value=224)) AND ((fp_1.id_feature_value=2809)) AND ps.id_shop='3' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=42 AND c.nright<=43 GROUP BY p.id_product) p INNER JOIN pre4836_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 3 AND psi.id_currency = 1 AND psi.id_country = 8) GROUP BY p.id_product ORDER BY psi.price_min ASC, p.id_product DESC |
7.345
ms
|
24846847200 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:85
/modules/ps_facetedsearch/src/Filters/Products.php:87 (execute)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:187 (getProductByFilters)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 126 |
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 `pre4836_hook_module` hm
STRAIGHT_JOIN `pre4836_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 3)
STRAIGHT_JOIN `pre4836_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
4.582
ms
|
564 |
|
|
/classes/Hook.php:456
/classes/Hook.php:493 (getHookModuleList)
/classes/tax/TaxManagerFactory.php:67 (getModulesFromHook)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/override/classes/Product.php:228 (getManager)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 278 |
SELECT SQL_NO_CACHE pac.`id_product_attribute` FROM `pre4836_product_attribute_combination` pac LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute` AND pa.`id_product` = 3229) WHERE pac.`id_attribute` = 6531 |
4.440
ms
|
4092 |
|
|
/modules/addparamsbyhooks/addparamsbyhooks.php:162
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2 |
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `pre4836_configuration` c
LEFT JOIN `pre4836_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
4.302
ms
|
2333 |
|
|
/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)
|
| 46 |
SELECT SQL_NO_CACHE * FROM `pre4836_cart_rule` cr
LEFT JOIN `pre4836_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 |
3.750
ms
|
1221 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:102 (getCustomerCartRules)
/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)
/override/classes/Cart.php:324 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 125 |
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `pre4836_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `pre4836_hook_alias` ha
INNER JOIN `pre4836_hook` h ON ha.name = h.name |
3.509
ms
|
0 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/tax/TaxManagerFactory.php:67 (getIdByName)
/classes/tax/TaxManagerFactory.php:46 (execHookTaxManagerFactory)
/override/classes/Product.php:228 (getManager)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3500 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (589837,743990,743991,743992,743993,743994,743995,743996,743997,743998,743999,744000,744001,744002,744003,744004,744005,744006,744007,744008,744009,744010,744011,744012,744013,744014,744015,744016,744017,744018,744019,744020,744021,744022,744023,744024,744025,744026,744027,744028,744029,744030,744031,744032,744033,744034,744035,744036,744037,744038,744039,744040,744041,744042,744043,744044,744045,744046,744047,744048)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
3.248
ms
|
120 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3387 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (594022,746502,746503,746504,746505,746506,746507,746508,746509,746510,746511,746512,746513,746514,746515,746516,746517,746518,746519,746520,746521,746522,746523,746524,746525,746526,746527,746528,746529,746530,746531,746532,746533,746534,746535,746536,746537,746538,746539,746540,746541,746542,746543,746544,746545,746546,746547,746548,746549,746550,746551,746552,746553,746554,746555,746556)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
3.180
ms
|
112 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 249 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
JOIN `pre4836_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre4836_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre4836_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3075) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.860
ms
|
60 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 230 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
JOIN `pre4836_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre4836_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre4836_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3219) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.738
ms
|
56 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3308 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pre4836_module` m
INNER JOIN pre4836_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 3 AND module_shop.enable_device & 1)
INNER JOIN `pre4836_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pre4836_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pre4836_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 3) AND (mg.id_shop = 3 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.515
ms
|
2028 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 15 |
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `pre4836_module` m
INNER JOIN pre4836_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 3 AND module_shop.enable_device & 1)
INNER JOIN `pre4836_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `pre4836_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `pre4836_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 3) AND (mg.id_shop = 3 AND mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position` |
2.375
ms
|
2028 |
Yes
|
Yes
|
/classes/Hook.php:1233
/classes/Hook.php:735 (getAllHookRegistrations)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3610 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (594339,746744,746745,746746,746747,746748,746749,746750,746751,746752,746753,746754,746755,746756,746757,746758,746759,746760,746761,746762,746763,746764,746765,746766)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
2.313
ms
|
48 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 102 |
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `pre4836_feature` f INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3) LEFT JOIN `pre4836_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `pre4836_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC |
2.300
ms
|
1521 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:171
/modules/ps_facetedsearch/src/Filters/Converter.php:388 (getFeatures)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 273 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
JOIN `pre4836_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre4836_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre4836_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3229) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
2.048
ms
|
18 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3576 |
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (594408,746781,746782,746783,746784,746785,746786,746787,746788,746789,746790,746791,746792,746793,746794,746795,746796,746797)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute |
1.785
ms
|
36 |
|
|
/classes/Product.php:2752
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3381 |
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 `pre4836_category` c
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 3)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 3 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 145
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.693
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/modules/categoriesimilaire/categoriesimilaire.php:286 (getSubCategories)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3373 |
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 `pre4836_category` c
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 3)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 3 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 145
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.690
ms
|
6 |
Yes
|
Yes
|
/classes/Category.php:924
/modules/categoriesimilaire/categoriesimilaire.php:270 (getSubCategories)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3499 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product` = 3075
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.621
ms
|
60 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3386 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product` = 3219
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.462
ms
|
56 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 109 |
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-01-30 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM pre4836_product p
LEFT JOIN pre4836_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 3
AND pl.id_lang = 1
LEFT JOIN pre4836_stock_available sa ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN pre4836_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 3
WHERE p.id_product IN (3219,3075,3229,3226,3182) |
1.440
ms
|
5 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:203 (addMissingProductFieldsForMultipleProducts)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 43 |
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 `pre4836_category` c
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 3)
LEFT JOIN `pre4836_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1 AND cl.id_shop = 3 )
LEFT JOIN `pre4836_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 17
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
1.335
ms
|
1 |
Yes
|
Yes
|
/classes/Category.php:924
/controllers/front/listing/CategoryController.php:229 (getSubCategories)
/controllers/front/listing/CategoryController.php:118 (getTemplateVarSubCategories)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3598 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3229 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 746795) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.205
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 103 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre4836_feature_value` v LEFT JOIN `pre4836_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 14 ORDER BY vl.`value` ASC |
1.202
ms
|
60 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3638 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3226 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 746756) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.186
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3564 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3075 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 744018) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.174
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 150 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3075 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 743994) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.167
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3650 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3182 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 932791) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.156
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 122 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3219 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 746530) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.147
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3678 |
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `pre4836_category_product` cp
LEFT JOIN `pre4836_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `pre4836_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 3 )
INNER JOIN pre4836_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 3)
WHERE cp.`id_product` IN (3219,3075,3229,3226,3182) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC |
1.146
ms
|
17 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:109
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:68 (loadCategories)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3609 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product` = 3226
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
1.136
ms
|
24 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 274 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3229
AND pac.`id_product_attribute` = 594408
AND agl.`id_lang` = 1 |
1.091
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 276 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3229
AND pac.`id_product_attribute` = 746786
AND agl.`id_lang` = 1 |
1.090
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 171 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3229 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 746790) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.073
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 275 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3229
AND pac.`id_product_attribute` = 746792
AND agl.`id_lang` = 1 |
1.053
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 192 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3226 AND `id_customer` = 0 AND `id_product_attribute` IN (0, 746766) AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1.050
ms
|
25 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3307 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.994
ms
|
1009 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 251 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 744019
AND agl.`id_lang` = 1 |
0.991
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 37 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pre4836_module` m
LEFT JOIN `pre4836_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 3 |
0.989
ms
|
143 |
|
|
/classes/module/Module.php:345
/modules/quantitydiscountpro/quantitydiscountpro.php:56 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 221 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3182 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_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` = 3182 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.972
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 14 |
SELECT SQL_NO_CACHE lower(name) as name
FROM `pre4836_hook` h
WHERE (h.active = 1) |
0.968
ms
|
1009 |
|
|
/classes/Hook.php:1332
/classes/Hook.php:811 (getHookStatusByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3334 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746530
AND agl.`id_lang` = 1 |
0.967
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 104 |
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `pre4836_feature_value` v LEFT JOIN `pre4836_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 1) LEFT JOIN `pre4836_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 76 ORDER BY vl.`value` ASC |
0.962
ms
|
35 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:204
/modules/ps_facetedsearch/src/Filters/Converter.php:402 (getFeatureValues)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 254 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 744009
AND agl.`id_lang` = 1 |
0.960
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 231 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 594022
AND agl.`id_lang` = 1 |
0.957
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 232 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746525
AND agl.`id_lang` = 1 |
0.957
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 234 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746549
AND agl.`id_lang` = 1 |
0.955
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 236 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746533
AND agl.`id_lang` = 1 |
0.955
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 233 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746541
AND agl.`id_lang` = 1 |
0.954
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 235 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746517
AND agl.`id_lang` = 1 |
0.953
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 237 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746509
AND agl.`id_lang` = 1 |
0.946
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 57 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdr.`code_prefix`, qdra.`reduction_percent`, qdrc.`products_nb`, qdr.`priority`
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_action` qdra ON (qdr.`id_quantity_discount_rule` = qdra.`id_quantity_discount_rule`)
INNER JOIN `pre4836_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule` AND qdrc.`id_type` = 10)
WHERE qdra.`id_type` = 28 AND qdr.`id_shop` = 3 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
0.945
ms
|
41 |
Yes
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1160
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 255 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 743999
AND agl.`id_lang` = 1 |
0.942
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 248 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre4836_product_attribute_image` pai
LEFT JOIN `pre4836_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pre4836_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (589837, 743990, 743991, 743992, 743993, 743994, 743995, 743996, 743997, 743998, 743999, 744000, 744001, 744002, 744003, 744004, 744005, 744006, 744007, 744008, 744009, 744010, 744011, 744012, 744013, 744014, 744015, 744016, 744017, 744018, 744019, 744020, 744021, 744022, 744023, 744024, 744025, 744026, 744027, 744028, 744029, 744030, 744031, 744032, 744033, 744034, 744035, 744036, 744037, 744038, 744039, 744040, 744041, 744042, 744043, 744044, 744045, 744046, 744047, 744048) AND il.`id_lang` = 1 ORDER by i.`position` |
0.940
ms
|
60 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 151 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3075) |
0.937
ms
|
60 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 157 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3075 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_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` = 3075 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.932
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 250 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 589837
AND agl.`id_lang` = 1 |
0.930
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 227 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre4836_product_attribute_image` pai
LEFT JOIN `pre4836_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pre4836_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (594022, 746502, 746503, 746504, 746505, 746506, 746507, 746508, 746509, 746510, 746511, 746512, 746513, 746514, 746515, 746516, 746517, 746518, 746519, 746520, 746521, 746522, 746523, 746524, 746525, 746526, 746527, 746528, 746529, 746530, 746531, 746532, 746533, 746534, 746535, 746536, 746537, 746538, 746539, 746540, 746541, 746542, 746543, 746544, 746545, 746546, 746547, 746548, 746549, 746550, 746551, 746552, 746553, 746554, 746555, 746556) AND il.`id_lang` = 1 ORDER by i.`position` |
0.923
ms
|
56 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 253 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 744039
AND agl.`id_lang` = 1 |
0.922
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 252 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 744029
AND agl.`id_lang` = 1 |
0.919
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 212 |
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 3, 2, 0) + IF (`id_country` = 8, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_group` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `pre4836_specific_price`
WHERE
`id_shop` IN (0, 3) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 3182 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-01-30 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
0.914
ms
|
1 |
Yes
|
|
/classes/SpecificPrice.php:576
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 17 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.912
ms
|
1009 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 136 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3219 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_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` = 3219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.909
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3336 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 743994
AND agl.`id_lang` = 1 |
0.908
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3575 |
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product` = 3229
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute` |
0.902
ms
|
18 |
|
Yes
|
/classes/Product.php:2734
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3673 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "badge" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.899
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:400 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 123 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3219) |
0.887
ms
|
56 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 138 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 746530
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3219 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 746530
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3219 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.882
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 178 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3229 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_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` = 3229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.882
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3463 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdr.`code_prefix`, qdra.`reduction_percent`, qdrc.`products_nb`, qdr.`priority`
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_action` qdra ON (qdr.`id_quantity_discount_rule` = qdra.`id_quantity_discount_rule`)
INNER JOIN `pre4836_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule` AND qdrc.`id_type` = 10)
WHERE qdra.`id_type` = 28 AND qdr.`id_shop` = 3 AND qdr.`active` = 1 ORDER BY qdr.`priority` DESC |
0.882
ms
|
41 |
Yes
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1160
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 199 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3226 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_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` = 3226 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.881
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 201 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 746766
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3226 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 746766
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3226 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.879
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 20 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pre4836_module` m
LEFT JOIN `pre4836_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 3 |
0.868
ms
|
143 |
|
|
/classes/module/Module.php:345
/modules/cookiesplus/cookiesplus.php:51 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 159 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 743994
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3075 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 743994
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3075 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.868
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3313 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
JOIN `pre4836_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre4836_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre4836_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3226) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.863
ms
|
24 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 21 |
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `pre4836_meta` m
LEFT JOIN `pre4836_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 3 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
0.862
ms
|
52 |
Yes
|
|
/classes/Dispatcher.php:654
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 54 |
SELECT SQL_NO_CACHE s.*, sl.`description`
FROM `pre4836_supplier` s
LEFT JOIN `pre4836_supplier_lang` `sl` ON s.`id_supplier` = sl.`id_supplier` AND sl.`id_lang` = 1
INNER JOIN pre4836_supplier_shop supplier_shop
ON (supplier_shop.id_supplier = s.id_supplier AND supplier_shop.id_shop = 3)
WHERE (s.`active` = 1)
GROUP BY s.id_supplier
ORDER BY s.`name` ASC |
0.862
ms
|
11 |
Yes
|
Yes
|
/classes/Supplier.php:139
/modules/addparamsbyhooks/addparamsbyhooks.php:548 (getSuppliers)
/modules/addparamsbyhooks/addparamsbyhooks.php:336 (getArrayLettersSup)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 180 |
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 `pre4836_cart_product` cp
WHERE cp.`id_product_attribute` = 746790
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3229 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `pre4836_cart_product` cp JOIN `pre4836_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `pre4836_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 746790
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3229 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
0.850
ms
|
0 |
|
|
/classes/Cart.php:1410
/classes/Product.php:4342 (getProductQuantity)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 224 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3219) AND (b.`id_shop` = 3) LIMIT 1 |
0.838
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 222 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pre4836_feature_product pf
LEFT JOIN pre4836_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pre4836_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pre4836_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3)
WHERE pf.id_product = 3182
ORDER BY f.position ASC |
0.833
ms
|
8 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3672 |
SELECT SQL_NO_CACHE *
FROM pre4836_cookiesplus_cookie cc LEFT JOIN pre4836_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 13
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 3 ORDER BY cc.`name`; |
0.830
ms
|
195 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 141 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3219
AND pac.`id_product_attribute` = 746530
AND agl.`id_lang` = 1 |
0.826
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 203 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pre4836_feature_product pf
LEFT JOIN pre4836_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pre4836_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pre4836_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3)
WHERE pf.id_product = 3226
ORDER BY f.position ASC |
0.818
ms
|
8 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3671 |
SELECT SQL_NO_CACHE *
FROM pre4836_cookiesplus_cookie cc LEFT JOIN pre4836_cookiesplus_cookie_lang ccl on cc.`id_cookiesplus_cookie` = ccl.`id_cookiesplus_cookie`
WHERE
`id_cookiesplus_finality` = 9
AND ccl.`id_lang` = 1 AND cc.`active` = 1 AND cc.`id_shop` = 3 ORDER BY cc.`name`; |
0.813
ms
|
195 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusCookie.php:113
/modules/cookiesplus/cookiesplus.php:1155 (getCookiesPlusCookies)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 204 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 746766
AND agl.`id_lang` = 1 |
0.812
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 183 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3229
AND pac.`id_product_attribute` = 746790
AND agl.`id_lang` = 1 |
0.810
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 140 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pre4836_feature_product pf
LEFT JOIN pre4836_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pre4836_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pre4836_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3)
WHERE pf.id_product = 3219
ORDER BY f.position ASC |
0.806
ms
|
8 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 182 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pre4836_feature_product pf
LEFT JOIN pre4836_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pre4836_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pre4836_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3)
WHERE pf.id_product = 3229
ORDER BY f.position ASC |
0.801
ms
|
7 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 225 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3219
ORDER BY `position` |
0.800
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 162 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3075
AND pac.`id_product_attribute` = 743994
AND agl.`id_lang` = 1 |
0.792
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:5838 (getAttributesParams)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3335 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3075) AND (b.`id_shop` = 3) LIMIT 1 |
0.777
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:246 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3659 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.759
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/modules/addparamsbyhooks/addparamsbyhooks.php:672 (getPriceStatic)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 161 |
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM pre4836_feature_product pf
LEFT JOIN pre4836_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN pre4836_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN pre4836_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN pre4836_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 3)
WHERE pf.id_product = 3075
ORDER BY f.position ASC |
0.738
ms
|
7 |
Yes
|
|
/classes/Product.php:6002
/classes/Product.php:5805 (getFrontFeaturesStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 246 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3075
ORDER BY `position` |
0.726
ms
|
7 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3679 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 746530
ORDER BY ag.`position` ASC, a.`position` ASC |
0.717
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3448 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_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` = 9
AND tr.`id_state` IN (0, 0)
AND ('06200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '06200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.698
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:6880 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 270 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3229
ORDER BY `position` |
0.696
ms
|
8 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 127 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_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` = 9
AND tr.`id_state` IN (0, 0)
AND ('06200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '06200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.695
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:229 (getTaxCalculator)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 47 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_cart_rule` WHERE ((date_to >= "2026-01-30 00:00:00" AND date_to <= "2026-01-30 23:59:59") OR (date_from >= "2026-01-30 00:00:00" AND date_from <= "2026-01-30 23:59:59") OR (date_from < "2026-01-30 00:00:00" AND date_to > "2026-01-30 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.692
ms
|
42523 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3572 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3229) LIMIT 1 |
0.692
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3340 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.690
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 245 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3075) AND (b.`id_shop` = 3) LIMIT 1 |
0.689
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3606 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3226) LIMIT 1 |
0.688
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 217 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.686
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5758 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 48 |
SELECT SQL_NO_CACHE * FROM `pre4836_cart_rule` cr
LEFT JOIN `pre4836_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_%" |
0.685
ms
|
1 |
|
|
/classes/CartRule.php:418
/override/classes/CartRule.php:102 (getCustomerCartRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 172 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3229) |
0.683
ms
|
18 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3326 |
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
JOIN `pre4836_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `pre4836_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `pre4836_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `pre4836_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3182) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC; |
0.672
ms
|
12 |
Yes
|
Yes
|
/classes/Product.php:4507
/src/Adapter/Product/ProductColorsRetriever.php:43 (getAttributesColorList)
/src/Adapter/Presenter/Product/ProductLazyArray.php:528 (getColoredVariants)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3383 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3219) LIMIT 1 |
0.672
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3354 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav1" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.667
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:414 (displayBlock)
/classes/Hook.php:1043 (hookDisplayNav1)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:97 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3676 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBeforeBodyClosingTag" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.667
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:403 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 193 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3226) |
0.662
ms
|
24 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3675 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "floating" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.651
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:401 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3497 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3075) LIMIT 1 |
0.651
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3662 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWhatsAppChat" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.647
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:576 (displayBlock)
/classes/Hook.php:1043 (hookDisplayWhatsAppChat)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnice/0a/b3/0b/0ab30b9de5bb3da857ee3eca2cb68fce1ff2186f_2.file.template.tpl.php:26 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6d6eca5_87803457)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2232 (fetch)
/modules/footerbox/footerbox.php:145 (display)
/modules/footerbox/footerbox.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/c1/d0/27/c1d027592b478e594a847fe273ac44f61cd18eae_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6d66746_29288841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3681 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 746790
ORDER BY ag.`position` ASC, a.`position` ASC |
0.647
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3680 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 743994
ORDER BY ag.`position` ASC, a.`position` ASC |
0.645
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 269 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3229) AND (b.`id_shop` = 3) LIMIT 1 |
0.644
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 110 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
WHERE i.`id_product` = 3219
AND image_shop.`cover` = 1 LIMIT 1 |
0.640
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3682 |
SELECT SQL_NO_CACHE al.`name` AS attribute_name
FROM `pre4836_product_attribute_combination` pac
LEFT JOIN `pre4836_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `pre4836_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `pre4836_attribute_lang` al ON (
a.`id_attribute` = al.`id_attribute`
AND al.`id_lang` = 1
)
WHERE pac.`id_product_attribute` = 746766
ORDER BY ag.`position` ASC, a.`position` ASC |
0.637
ms
|
2 |
Yes
|
|
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:241
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:178 (getProductVariant)
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:73 (prepareItemFromProduct)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:81 (prepareItemListFromProductList)
/modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php:57 (renderProductListing)
/modules/ps_googleanalytics/ps_googleanalytics.php:109 (run)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 93 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a0
LEFT JOIN `pre4836_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 42) AND (a0.`nright` > 43) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 3)
ORDER BY a0.`nleft` asc |
0.635
ms
|
22 |
|
|
/classes/PrestaShopCollection.php:383
/classes/PrestaShopCollection.php:440 (getAll)
/controllers/front/listing/CategoryController.php:245 (rewind)
/classes/controller/FrontController.php:1864 (getBreadcrumbLinks)
/classes/controller/FrontController.php:556 (getBreadcrumb)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3663 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWhatsAppChat" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.632
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:576 (displayBlock)
/classes/Hook.php:1043 (hookDisplayWhatsAppChat)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnice/0a/b3/0b/0ab30b9de5bb3da857ee3eca2cb68fce1ff2186f_2.file.template.tpl.php:27 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6d6eca5_87803457)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2232 (fetch)
/modules/footerbox/footerbox.php:145 (display)
/modules/footerbox/footerbox.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/c1/d0/27/c1d027592b478e594a847fe273ac44f61cd18eae_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6d66746_29288841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3369 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "top" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.621
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:383 (displayBlock)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3660 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayWrapperBottom" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.621
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:548 (displayBlock)
/classes/Hook.php:1043 (hookDisplayWrapperBottom)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:104 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 215 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.619
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5698 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3364 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayNav2" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.616
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:419 (displayBlock)
/classes/Hook.php:1043 (hookDisplayNav2)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3670 |
SELECT SQL_NO_CACHE *
FROM pre4836_cookiesplus_finality cf LEFT JOIN pre4836_cookiesplus_finality_lang cfl on cf.`id_cookiesplus_finality` = cfl.`id_cookiesplus_finality`
WHERE
cfl.`id_lang` = 1 AND cf.`active` = 1 AND cf.`id_shop` = 3
ORDER BY `position`; |
0.611
ms
|
12 |
Yes
|
|
/modules/cookiesplus/classes/CookiesPlusFinality.php:96
/modules/cookiesplus/cookiesplus.php:1152 (getCookiesPlusFinalities)
/modules/cookiesplus/cookiesplus.php:1328 (hookFooter)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 101 |
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM pre4836_layered_category
WHERE controller = 'category'
AND id_category = 17
AND id_shop = 3
GROUP BY `type`, id_value ORDER BY position ASC |
0.607
ms
|
8 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263 (getFiltersForQuery)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:163 (createFacetedSearchFiltersFromQuery)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3664 |
INSERT INTO `pre4836_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0') |
0.607
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ObjectModel.php:576 (add)
/classes/Guest.php:251 (save)
/modules/statsdata/statsdata.php:82 (setNewGuest)
/modules/statsdata/statsdata.php:73 (getScriptPlugins)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 216 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.603
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5742 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3493 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.603
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:691 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3366 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.602
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3645 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 3 AND pv.id_product IN (3182) ORDER BY pv.id_product ASC, pv.position ASC |
0.600
ms
|
2 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:231 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3368 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 15
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.597
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 22 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 3) LIMIT 1 |
0.591
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/controllers/front/listing/CategoryController.php:78 (__construct)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 272 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre4836_product_attribute_image` pai
LEFT JOIN `pre4836_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pre4836_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (594408, 746781, 746782, 746783, 746784, 746785, 746786, 746787, 746788, 746789, 746790, 746791, 746792, 746793, 746794, 746795, 746796, 746797) AND il.`id_lang` = 1 ORDER by i.`position` |
0.590
ms
|
18 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 213 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.587
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3367 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 9
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.586
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3382 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 3 AND pv.id_product IN (3219) ORDER BY pv.id_product ASC, pv.position ASC |
0.580
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:231 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3379 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 533) AND (b.`id_shop` = 3) LIMIT 1 |
0.572
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3310 |
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `pre4836_hook` |
0.570
ms
|
1009 |
|
|
/classes/Hook.php:1292
/classes/Hook.php:225 (getAllHookIds)
/classes/Hook.php:851 (getIdByName)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 50 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `pre4836_quantity_discount_rule` qdr
LEFT JOIN `pre4836_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.565
ms
|
43 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3343 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.564
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:391 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3453 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3219 LIMIT 1 |
0.564
ms
|
56 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 142 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_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` = 9
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.562
ms
|
1 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/Product.php:5953 (getTaxCalculator)
/classes/Product.php:5845 (getTaxesInformations)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3563 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3075 LIMIT 1 |
0.561
ms
|
60 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3344 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.560
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:393 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3495 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 15
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.558
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:691 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3494 |
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `pre4836_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `pre4836_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 3 AND `id_family` = 9
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.558
ms
|
1 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
/modules/quantitydiscountpro/quantitydiscountpro.php:811 (getQuantityDiscountRulesByFamilyForMessages)
/modules/quantitydiscountpro/quantitydiscountpro.php:691 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3665 |
SELECT SQL_NO_CACHE `id_guest`
FROM `pre4836_connections`
WHERE `id_guest` = 45350051
AND `date_add` > '2026-01-30 02:16:00'
AND id_shop IN (3)
ORDER BY `date_add` DESC LIMIT 1 |
0.557
ms
|
1 |
Yes
|
|
/classes/Connection.php:168
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3380 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 409) AND (b.`id_shop` = 3) LIMIT 1 |
0.556
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 214 |
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 `pre4836_product` p
INNER JOIN `pre4836_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 3)
WHERE (p.`id_product` = 3182) |
0.555
ms
|
12 |
|
|
/override/classes/Product.php:149
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3648 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3182 LIMIT 1 |
0.555
ms
|
12 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3389 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_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 ('06200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '06200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.551
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/classes/tax/Tax.php:186 (getTaxCalculator)
/classes/Product.php:2778 (getProductEcotaxRate)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 44 |
SELECT SQL_NO_CACHE 1 FROM pre4836_cart_product cp INNER JOIN pre4836_product p
ON (p.id_product = cp.id_product) INNER JOIN pre4836_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
0.550
ms
|
1 |
|
|
/classes/Cart.php:4192
/classes/Cart.php:4167 (hasProducts)
/override/classes/Cart.php:270 (isVirtualCart)
/src/Adapter/Presenter/Cart/CartPresenter.php:333 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 18 |
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `pre4836_module` m
LEFT JOIN `pre4836_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 3 |
0.548
ms
|
143 |
|
|
/classes/module/Module.php:345
/modules/registrationfields/registrationfields.php:42 (__construct)
:undefined (__construct)
/src/Core/Foundation/IoC/Container.php:123 (newInstance)
/src/Core/Foundation/IoC/Container.php:153 (makeInstanceFromClassName)
/src/Core/Foundation/IoC/Container.php:166 (doMake)
/src/Adapter/ServiceLocator.php:70 (make)
/classes/module/Module.php:1235 (get)
/tools/profiling/Module.php:35 (coreLoadModule)
/classes/module/Module.php:1214 (coreLoadModule)
/classes/Hook.php:966 (getInstanceByName)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3345 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.548
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3350 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.541
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:393 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:85 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3349 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.534
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:391 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:85 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3669 |
INSERT INTO `pre4836_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('40286349', '', 'www.t-shirts-nice.com/17-chemises-femme-manches-courtes?q=Composition-Poly%5C-coton+%28m%C3%A9lange+de+tissu%29%2FCertificats-BSCI', '', '2026-01-30 02:46:52') |
0.533
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/ConnectionsSource.php:105 (add)
/modules/statsdata/statsdata.php:119 (logHttpReferer)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 202 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pre4836_product` p LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3) INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3) WHERE p.`id_product` = 3226 AND pa.`id_product` = 3226 AND pa.`id_product_attribute` = 746766 LIMIT 1 |
0.532
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3371 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 3) LIMIT 1 |
0.532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/categoriesimilaire/categoriesimilaire.php:266 (__construct)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 98 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayHeader" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.528
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3333 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3219) AND (b.`id_shop` = 3) LIMIT 1 |
0.528
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:246 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3596 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3229 LIMIT 1 |
0.527
ms
|
18 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 259 |
SELECT SQL_NO_CACHE pac.`id_product_attribute` FROM `pre4836_product_attribute_combination` pac LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product_attribute` = pac.`id_product_attribute` AND pa.`id_product` = 3075) WHERE pac.`id_attribute` = 6559 |
0.520
ms
|
97 |
|
|
/modules/addparamsbyhooks/addparamsbyhooks.php:162
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3303 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3226) AND (b.`id_shop` = 3) LIMIT 1 |
0.520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3351 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayBanner" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.520
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:348 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBanner)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:53 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3597 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3229 LIMIT 1 |
0.518
ms
|
18 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3346 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidthSticky" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.517
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:391 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3496 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 3 AND pv.id_product IN (3075) ORDER BY pv.id_product ASC, pv.position ASC |
0.516
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:231 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3605 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 3 AND pv.id_product IN (3226) ORDER BY pv.id_product ASC, pv.position ASC |
0.514
ms
|
3 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:231 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3338 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3229
AND pac.`id_product_attribute` = 746790
AND agl.`id_lang` = 1 |
0.511
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3668 |
INSERT INTO `pre4836_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('45350051', '1279', '3628718251', '', '3', '1', '2026-01-30 02:46:52') |
0.511
ms
|
1 |
|
|
/classes/ObjectModel.php:622
/classes/Connection.php:188 (add)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3649 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3182 LIMIT 1 |
0.510
ms
|
12 |
|
|
/classes/Product.php:1132
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3571 |
SELECT SQL_NO_CACHE * from pre4836_product_videos AS pv WHERE pv.id_lang = 1 AND pv.id_shop = 3 AND pv.id_product IN (3229) ORDER BY pv.id_product ASC, pv.position ASC |
0.505
ms
|
1 |
Yes
|
|
/modules/productvideo/productvideo.php:1996
/modules/productvideo/productvideo.php:3197 (getVideosFromIds)
/classes/Hook.php:1043 (hookDisplayProductListFunctionalButtons)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:83 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:231 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3674 |
SELECT SQL_NO_CACHE *
FROM `pre4836_whatsappchatblock_agent` LEFT JOIN `pre4836_whatsappchatblock_agent_lang` ON (`pre4836_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `pre4836_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `pre4836_whatsappchatblock_agent`.`id_whatsappchatblock` = 9 AND `active` = 1 ORDER BY position |
0.504
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:679 (getWhatsappChatAgents)
/modules/whatsappchat/whatsappchat.php:400 (displayBlock)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 115 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 0 LIMIT 1 |
0.503
ms
|
1 |
|
|
/classes/SpecificPrice.php:426
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 139 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pre4836_product` p LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3) INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3) WHERE p.`id_product` = 3219 AND pa.`id_product` = 3219 AND pa.`id_product_attribute` = 746530 LIMIT 1 |
0.503
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3460 |
SELECT SQL_NO_CACHE *
FROM `pre4836_manufacturer` a
LEFT JOIN `pre4836_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `pre4836_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 3
WHERE (a.`id_manufacturer` = 32) LIMIT 1 |
0.501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnice/46/f9/74/46f974c592e587a2713a64cfd0aac00e045a3a63_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac20b180_37163504)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2232 (fetch)
/modules/bonmanufacturer/bonmanufacturer.php:602 (display)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3347 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "hookDisplayAfterBodyOpeningTag" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.499
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:393 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:85 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3376 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 148) AND (b.`id_shop` = 3) LIMIT 1 |
0.496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3378 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 248) AND (b.`id_shop` = 3) LIMIT 1 |
0.496
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 94 |
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `pre4836_quantity_discount_rule` qdr
INNER JOIN `pre4836_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 3 |
0.495
ms
|
69 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:270
/modules/quantitydiscountpro/quantitydiscountpro.php:427 (getQuantityDiscountRulesWithCondition)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3339 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 746766
AND agl.`id_lang` = 1 |
0.494
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3348 |
SELECT SQL_NO_CACHE * FROM `pre4836_whatsappchatblock` LEFT JOIN `pre4836_whatsappchatblock_lang` ON (`pre4836_whatsappchatblock`.`id_whatsappchatblock` = `pre4836_whatsappchatblock_lang`.`id_whatsappchatblock` AND `id_lang` = 1) WHERE `id_hook` = "topWidth" AND `id_shop` = 3 AND `active` = 1 ORDER BY position DESC; |
0.494
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlock.php:135
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:85 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3647 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3182 LIMIT 1 |
0.494
ms
|
12 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 132 |
SELECT SQL_NO_CACHE tr.*
FROM `pre4836_tax_rule` tr
JOIN `pre4836_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 ('06200' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '06200')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC |
0.493
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:264 (getTaxCalculator)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5688 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 97 |
SELECT SQL_NO_CACHE *
FROM `pre4836_whatsappchatblock_agent` LEFT JOIN `pre4836_whatsappchatblock_agent_lang` ON (`pre4836_whatsappchatblock_agent`.`id_whatsappchatblock_agent` = `pre4836_whatsappchatblock_agent_lang`.`id_whatsappchatblock_agent` AND `id_lang` = 1) WHERE 1 = 1 AND `active` = 1 ORDER BY position |
0.490
ms
|
1 |
Yes
|
|
/modules/whatsappchat/classes/WhatsappChatBlockAgent.php:78
/modules/whatsappchat/whatsappchat.php:311 (getWhatsappChatAgents)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3304 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3226
ORDER BY `position` |
0.490
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3315 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 746761
AND agl.`id_lang` = 1 |
0.490
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3314 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 594339
AND agl.`id_lang` = 1 |
0.489
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3653 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pre4836_tag t
LEFT JOIN pre4836_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3182 |
0.487
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3658 |
SELECT SQL_NO_CACHE *
FROM `pre4836_manufacturer` a
LEFT JOIN `pre4836_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 1
LEFT JOIN `pre4836_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 3
WHERE (a.`id_manufacturer` = 31) LIMIT 1 |
0.487
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Manufacturer.php:113 (__construct)
/classes/Link.php:657 (__construct)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnice/46/f9/74/46f974c592e587a2713a64cfd0aac00e045a3a63_2.file.bonmanufacturer-list.tpl.php:39 (getManufacturerLink)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac20b180_37163504)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDevTemplate.php:55 (fetch)
/classes/module/Module.php:2232 (fetch)
/modules/bonmanufacturer/bonmanufacturer.php:602 (display)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3306 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre4836_product_attribute_image` pai
LEFT JOIN `pre4836_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pre4836_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (594339, 746744, 746745, 746746, 746747, 746748, 746749, 746750, 746751, 746752, 746753, 746754, 746755, 746756, 746757, 746758, 746759, 746760, 746761, 746762, 746763, 746764, 746765, 746766) AND il.`id_lang` = 1 ORDER by i.`position` |
0.485
ms
|
24 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3637 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE product_attribute_shop.default_on = 1 AND pa.id_product = 3226 LIMIT 1 |
0.482
ms
|
24 |
|
|
/classes/Product.php:1121
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3317 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 746749
AND agl.`id_lang` = 1 |
0.480
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3337 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3229) AND (b.`id_shop` = 3) LIMIT 1 |
0.480
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/classes/Link.php:113 (__construct)
/classes/Link.php:246 (getProductObject)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:197 (getProductURL)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getUrl)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/e4/99/69/e49969867d9145cd0e9362c731dc6f0e77034d5e_2.file.product-list-jsonld-tns.tpl.php:67 (offsetGet)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abea8c53_16825797)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:103 (_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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:442 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/22/03/17220369653e0cda8c7e18811817571908bb05a7_2.parent._partialshead.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6901d10_21269323)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/65/ca/15/65ca150f7dc010cd2a0a9d6dddddb4435798728e_2.file.head.tpl.php:53 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68c6a57_30277409)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:142 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:46 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 45 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_cart_rule` WHERE ((date_to >= "2026-01-30 00:00:00" AND date_to <= "2026-01-30 23:59:59") OR (date_from >= "2026-01-30 00:00:00" AND date_from <= "2026-01-30 23:59:59") OR (date_from < "2026-01-30 00:00:00" AND date_to > "2026-01-30 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1 |
0.479
ms
|
42523 |
|
|
/classes/CartRule.php:357
/classes/CartRule.php:389 (haveCartRuleToday)
/override/classes/CartRule.php:102 (getCustomerCartRules)
/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)
/override/classes/Cart.php:324 (processCalculation)
/src/Adapter/Presenter/Cart/CartPresenter.php:334 (getOrderTotal)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 96 |
SELECT SQL_NO_CACHE * FROM pre4836_product_videos WHERE id_product = 0 AND id_shop = 3 ORDER BY position ASC |
0.473
ms
|
1 |
Yes
|
|
/modules/productvideo/productvideo.php:2023
/modules/productvideo/productvideo.php:1945 (getCustomField)
/modules/productvideo/productvideo.php:2841 (prepareVideo)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 165 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
WHERE i.`id_product` = 3229
AND image_shop.`cover` = 1 LIMIT 1 |
0.473
ms
|
8 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.470
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3316 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3226
AND pac.`id_product_attribute` = 746755
AND agl.`id_lang` = 1 |
0.469
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 95 |
SELECT SQL_NO_CACHE name from `pre4836_opartstat_robots` |
0.467
ms
|
188 |
|
|
/modules/opartstat/opartstat.php:228
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3328 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3182
AND pac.`id_product_attribute` = 932803
AND agl.`id_lang` = 1 |
0.466
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.466
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 8 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country` a
LEFT JOIN `pre4836_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `pre4836_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 3
WHERE (a.`id_country` = 8) LIMIT 1 |
0.463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:146 (__construct)
/index.php:27 (require)
|
| 3388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 594022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746508) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.462
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 594022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.459
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3573 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3229 AND `id_shop` = 3 |
0.459
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 108 |
SELECT SQL_NO_CACHE data FROM pre4836_layered_filter_block WHERE hash="4babd9769743a4b7270642f8746e04b4" LIMIT 1 |
0.457
ms
|
1 |
|
|
/modules/ps_facetedsearch/src/Filters/Block.php:186
/modules/ps_facetedsearch/src/Product/SearchProvider.php:210 (getFromCache)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3607 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3226 AND `id_shop` = 3 |
0.457
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3666 |
SELECT SQL_NO_CACHE id_page_type
FROM pre4836_page_type
WHERE name = 'category' LIMIT 1 |
0.456
ms
|
1 |
|
|
/classes/Page.php:104
/classes/Page.php:55 (getPageTypeByName)
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 145 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
WHERE i.`id_product` = 3075
AND image_shop.`cover` = 1 LIMIT 1 |
0.455
ms
|
7 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3595 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pre4836_product` p
INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3)
WHERE p.id_product = 3229
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.455
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.455
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7847 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3640 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pre4836_tag t
LEFT JOIN pre4836_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3226 |
0.454
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.454
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 207 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
WHERE i.`id_product` = 3182
AND image_shop.`cover` = 1 LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.453
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.452
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3327 |
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 `pre4836_attribute` a
LEFT JOIN `pre4836_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `pre4836_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `pre4836_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
LEFT JOIN `pre4836_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `pre4836_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3182
AND pac.`id_product_attribute` = 932791
AND agl.`id_lang` = 1 |
0.451
ms
|
2 |
|
|
/classes/Product.php:7515
/classes/Product.php:7648 (getAttributesParams)
/classes/Link.php:249 (getAnchor)
/src/Adapter/Presenter/Product/ProductLazyArray.php:900 (getProductLink)
/src/Adapter/Presenter/Product/ProductLazyArray.php:539 (getProductURL)
:undefined (PrestaShop\PrestaShop\Adapter\Presenter\Product\{closure})
/src/Adapter/Presenter/Product/ProductLazyArray.php:534 (array_map)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getMainVariants)
/modules/addparamsbyhooks/addparamsbyhooks.php:134 (offsetGet)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.451
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 0 |
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM pre4836_shop_url su
LEFT JOIN pre4836_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.t-shirts-nice.com' OR su.domain_ssl = 'www.t-shirts-nice.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
0.450
ms
|
9 |
Yes
|
|
/classes/shop/Shop.php:1364
/classes/shop/Shop.php:355 (findShopByHost)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 3654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7847 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.450
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 205 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute` a
LEFT JOIN `pre4836_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 3
WHERE (a.`id_product_attribute` = 746766) LIMIT 1 |
0.449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.449
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.448
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 160 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pre4836_product` p LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3) INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3) WHERE p.`id_product` = 3075 AND pa.`id_product` = 3075 AND pa.`id_product_attribute` = 743994 LIMIT 1 |
0.447
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 226 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3219 |
0.445
ms
|
56 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 589837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.445
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3492 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 3 ORDER BY qdrf.priority ASC; |
0.442
ms
|
8 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:810 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:691 (getMessage)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php: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 pre4836_shop_group gs
LEFT JOIN pre4836_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN pre4836_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.440
ms
|
9 |
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)
|
| 3365 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 3 ORDER BY qdrf.priority ASC; |
0.440
ms
|
8 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/quantitydiscountpro.php:810 (getQuantityDiscountRuleFamilies)
/modules/quantitydiscountpro/quantitydiscountpro.php:625 (getMessage)
/classes/Hook.php:1043 (hookDisplayTop)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 143 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute` a
LEFT JOIN `pre4836_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 3
WHERE (a.`id_product_attribute` = 746530) LIMIT 1 |
0.439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 181 |
SELECT SQL_NO_CACHE pa.`available_date` FROM `pre4836_product` p LEFT JOIN `pre4836_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3) INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3) WHERE p.`id_product` = 3229 AND pa.`id_product` = 3229 AND pa.`id_product_attribute` = 746790 LIMIT 1 |
0.437
ms
|
1 |
|
|
/classes/Product.php:1209
/classes/Product.php:5799 (getAvailableDate)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.436
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3372 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 145) AND (b.`id_shop` = 3) LIMIT 1 |
0.435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/categoriesimilaire/categoriesimilaire.php:268 (__construct)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3667 |
SELECT SQL_NO_CACHE `id_page`
FROM `pre4836_page`
WHERE `id_page_type` = 17 AND `id_object` = 17 LIMIT 1 |
0.435
ms
|
2 |
|
|
/classes/Page.php:83
/classes/Connection.php:180 (getCurrentId)
/classes/Connection.php:97 (setNewConnection)
/modules/statsdata/statsdata.php:118 (setPageConnection)
/modules/statsdata/statsdata.php:74 (getScriptCustomerPagesViews)
/classes/Hook.php:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.434
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 105 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 17) LIMIT 1 |
0.433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 196 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3226 LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.433
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3562 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3075 LIMIT 1 |
0.430
ms
|
60 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 186 |
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
WHERE i.`id_product` = 3226
AND image_shop.`cover` = 1 LIMIT 1 |
0.429
ms
|
1 |
|
|
/classes/Product.php:3570
/classes/Product.php:5626 (getCover)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3566 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pre4836_tag t
LEFT JOIN pre4836_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3075 |
0.428
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3646 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pre4836_product` p
INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3)
WHERE p.id_product = 3182
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.427
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746537) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.426
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3600 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pre4836_tag t
LEFT JOIN pre4836_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3229 |
0.426
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3661 |
SELECT SQL_NO_CACHE * FROM pre4836_footerbox WHERE `id_lang` = "1" and `id_store`="3" LIMIT 1 |
0.426
ms
|
1 |
|
|
/modules/footerbox/footerbox.php:532
/modules/footerbox/footerbox.php:124 (getContent)
/modules/footerbox/footerbox.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/c1/d0/27/c1d027592b478e594a847fe273ac44f61cd18eae_2.file.footer.tpl.php:30 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6d66746_29288841)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:341 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:110 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3377 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category` a
LEFT JOIN `pre4836_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `pre4836_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 3
WHERE (a.`id_category` = 249) AND (b.`id_shop` = 3) LIMIT 1 |
0.425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/classes/Link.php:402 (__construct)
/classes/Link.php:458 (getCategoryObject)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 228 |
SELECT SQL_NO_CACHE state FROM pre4836_feature_flag WHERE name = 'multiple_image_format' LIMIT 1 |
0.421
ms
|
1 |
|
|
/classes/FeatureFlag.php:105
/src/Core/Image/ImageFormatConfiguration.php:69 (isEnabled)
/src/Adapter/Image/ImageRetriever.php:209 (getGenerationFormats)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 594339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.418
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 184 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute` a
LEFT JOIN `pre4836_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 3
WHERE (a.`id_product_attribute` = 746790) LIMIT 1 |
0.417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3452 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3219 LIMIT 1 |
0.417
ms
|
56 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3561 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pre4836_product` p
INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3)
WHERE p.id_product = 3075
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.413
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.412
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3636 |
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
FROM pre4836_product_attribute pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.id_product = 3226 LIMIT 1 |
0.412
ms
|
24 |
|
|
/classes/Product.php:1106
/override/classes/Product.php:106 (getDefaultAttribute)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3370 |
SELECT SQL_NO_CACHE * FROM pre4836_homebottombox WHERE `id_lang` = "1" and `id_store`="3" LIMIT 1 |
0.410
ms
|
1 |
|
|
/modules/homebottombox/homebottombox.php:532
/modules/homebottombox/homebottombox.php:124 (getContent)
/modules/homebottombox/homebottombox.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:148 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:36 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.410
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7847 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 113 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 133 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3219 LIMIT 1 |
0.409
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3361 |
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `pre4836_currency` c
LEFT JOIN pre4836_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 3)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1 |
0.408
ms
|
1 |
|
|
/classes/Currency.php:1136
/classes/Currency.php:1153 (countActiveCurrencies)
/modules/ps_currencyselector/ps_currencyselector.php:123 (isMultiCurrencyActivated)
/classes/Hook.php:1054 (renderWidget)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 163 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute` a
LEFT JOIN `pre4836_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 3
WHERE (a.`id_product_attribute` = 743994) LIMIT 1 |
0.407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3498 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3075 AND `id_shop` = 3 |
0.406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.405
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 106 |
SELECT SQL_NO_CACHE *
FROM `pre4836_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 3 |
0.404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Category.php:164 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct)
/modules/ps_facetedsearch/src/Product/Search.php:130 (addControllerSpecificFilters)
/modules/ps_facetedsearch/src/Product/SearchProvider.php:173 (initSearch)
/classes/controller/ProductListingFrontController.php:357 (runQuery)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.404
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3677 |
SELECT SQL_NO_CACHE data
FROM `pre4836_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 3 LIMIT 1 |
0.404
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:1043 (hookDisplayBeforeBodyClosingTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:379 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:123 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.402
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 116 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3219 LIMIT 1 |
0.401
ms
|
56 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 13 |
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `pre4836_lang` l
JOIN pre4836_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 3)
WHERE l.`active` = 1 LIMIT 1 |
0.399
ms
|
1 |
|
|
/classes/Language.php:1216
/classes/Language.php:1513 (countActiveLanguages)
/classes/Dispatcher.php:531 (isMultiLanguageActivated)
/classes/Dispatcher.php:232 (setRequestUri)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3635 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pre4836_product` p
INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3)
WHERE p.id_product = 3226
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.395
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 247 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3075 |
0.393
ms
|
60 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3655 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.393
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3445 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "productcomments" LIMIT 1 |
0.391
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:238 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3451 |
SELECT SQL_NO_CACHE COUNT(p.id_product)
FROM `pre4836_product` p
INNER JOIN pre4836_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 3)
WHERE p.id_product = 3219
AND DATEDIFF("2026-01-30 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
0.391
ms
|
0 |
|
|
/classes/Product.php:1732
/classes/Product.php:743 (isNew)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.390
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 117 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product` != 0 LIMIT 1 |
0.389
ms
|
109318 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:360 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3322 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product` a
LEFT JOIN `pre4836_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `pre4836_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 3
WHERE (a.`id_product` = 3182) AND (b.`id_shop` = 3) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Image/ImageRetriever.php:80 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3341 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country` a
LEFT JOIN `pre4836_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 3
WHERE (a.`id_country` = 8) LIMIT 1 |
0.388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/whatsappchat/classes/WhatsappChatBlock.php:163 (__construct)
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 40 |
UPDATE `pre4836_cart` SET `id_shop_group` = '1',`id_shop` = '3',`id_address_delivery` = '0',`id_address_invoice` = '0',`id_carrier` = '0',`id_currency` = '1',`id_customer` = '0',`id_guest` = '0',`id_lang` = '1',`recyclable` = '0',`gift` = '1',`gift_message` = '',`mobile_theme` = '0',`delivery_option` = '',`secure_key` = '',`allow_seperated_package` = '0',`date_add` = '2026-01-30 02:46:49',`date_upd` = '2026-01-30 02:46:49' WHERE `id_cart` = 0 |
0.388
ms
|
1 |
|
|
/classes/ObjectModel.php:805
/classes/Cart.php:302 (update)
/modules/addparamsbyhooks/addparamsbyhooks.php:973 (update)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3375 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pre4836_shop s
LEFT JOIN pre4836_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 3
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.388
ms
|
1 |
|
|
/classes/shop/Shop.php:218
/classes/shop/Shop.php:148 (setUrl)
/classes/Link.php:1389 (__construct)
/classes/Link.php:437 (getBaseLink)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 114 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product_attribute` = 746530 LIMIT 1 |
0.387
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 154 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3075 LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.386
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3384 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_lang`
WHERE `id_product` = 3219 AND `id_shop` = 3 |
0.385
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:725 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543750) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.383
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.383
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3461 |
SELECT SQL_NO_CACHE COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 3 LIMIT 1 |
0.382
ms
|
43 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1119
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1128 (isQdpActive)
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 53 |
SELECT SQL_NO_CACHE * FROM `pre4836_in_cart_suppliers` WHERE `id_cart` = 0 |
0.381
ms
|
1 |
|
|
/modules/addparamsbyhooks/addparamsbyhooks.php:323
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.381
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.379
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 100 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_hook`
WHERE `id_hook` = 1017 LIMIT 1 |
0.378
ms
|
1 |
|
|
/classes/Hook.php:244
/classes/Hook.php:911 (getNameById)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 124 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3219 AND id_shop=3 LIMIT 1 |
0.375
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.374
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 152 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3075 AND id_shop=3 LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.374
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.373
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3323 |
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `pre4836_image` i
INNER JOIN pre4836_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 3)
LEFT JOIN `pre4836_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3182
ORDER BY `position` |
0.371
ms
|
1 |
Yes
|
|
/classes/Product.php:3545
/src/Adapter/Image/ImageRetriever.php:84 (getImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.371
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 190 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3226 LIMIT 1 |
0.365
ms
|
24 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.365
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3360 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 13 AND `id_shop` = 3 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3447 |
SELECT SQL_NO_CACHE `name` FROM `pre4836_supplier` WHERE `id_supplier` = 107 LIMIT 1 |
0.365
ms
|
1 |
|
|
/classes/Supplier.php:243
/classes/Product.php:735 (getNameById)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 55 |
SELECT SQL_NO_CACHE COUNT(`id_quantity_discount_rule`) FROM `pre4836_quantity_discount_rule` WHERE `id_shop` = 3 LIMIT 1 |
0.364
ms
|
43 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1119
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1128 (isQdpActive)
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.364
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3355 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
0.364
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746538) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.363
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3608 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 3
AND cl.`id_category` = 248 LIMIT 1 |
0.363
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 49 |
SELECT SQL_NO_CACHE qdrf.*
FROM `pre4836_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 3 ORDER BY qdrf.priority ASC; |
0.363
ms
|
8 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:355 (getQuantityDiscountRuleFamilies)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.359
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.358
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.355
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3465 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 31 |
0.355
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3357 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 42 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 17 AND ctg.`id_group` = 1 LIMIT 1 |
0.354
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:90 (checkAccess)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.352
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 164 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 743994 |
0.351
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.351
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3565 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3075 AND id_shop=3 LIMIT 1 |
0.351
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 130 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3219 AND `id_group` = 1 LIMIT 1 |
0.350
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:302 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543706) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.350
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 589837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.348
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.347
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3455 |
SELECT SQL_NO_CACHE t.`id_lang`, t.`name`
FROM pre4836_tag t
LEFT JOIN pre4836_product_tag pt ON (pt.id_tag = t.id_tag)
WHERE pt.`id_product`=3219 |
0.346
ms
|
1 |
|
|
/classes/Tag.php:244
/classes/Product.php:749 (getProductTags)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3478 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 47 |
0.345
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 56 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 3 LIMIT 1 |
0.344
ms
|
43 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:7179
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1134 (getNbObjects)
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.344
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.343
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 229 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` |
0.342
ms
|
22 |
|
|
/classes/ImageType.php:161
/classes/ImageType.php:202 (getByNameNType)
/src/Adapter/Image/ImageRetriever.php:224 (getFormattedName)
/src/Adapter/Image/ImageRetriever.php:111 (getImage)
:undefined (PrestaShop\PrestaShop\Adapter\Image\{closure})
/src/Adapter/Image/ImageRetriever.php:104 (array_map)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 271 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3229 |
0.342
ms
|
18 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3467 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 43 |
0.339
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.339
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.338
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3602 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3374 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 3) LIMIT 1 |
0.338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/Link.php:1389 (__construct)
/classes/Link.php:437 (getBaseLink)
/modules/categoriesimilaire/categoriesimilaire.php:275 (getCategoryLink)
/modules/categoriesimilaire/categoriesimilaire.php:233 (getWidgetVariables)
/modules/categoriesimilaire/categoriesimilaire.php:230 (renderWidget)
/classes/Hook.php:1043 (hookDisplayCategorySiblings)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:209 (__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:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3325 |
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `pre4836_product_attribute_image` pai
LEFT JOIN `pre4836_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `pre4836_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (932791, 932793, 932795, 932797, 932799, 932801, 932803, 932805, 932807, 932809, 932811, 932813) AND il.`id_lang` = 1 ORDER by i.`position` |
0.336
ms
|
12 |
Yes
|
|
/classes/Product.php:2921
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.336
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 169 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3229 LIMIT 1 |
0.335
ms
|
18 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 189 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product_attribute` = 746766 LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3362 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
0.335
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3464 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 31 |
0.334
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.333
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3353 |
SELECT SQL_NO_CACHE * FROM pre4836_headinforight WHERE `id_lang` = "1" and `id_store`="3" LIMIT 1 |
0.333
ms
|
1 |
|
|
/modules/headinforight/headinforight.php:532
/modules/headinforight/headinforight.php:124 (getContent)
/modules/headinforight/headinforight.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:88 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 7 |
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `pre4836_lang` l
LEFT JOIN `pre4836_lang_shop` ls ON (l.id_lang = ls.id_lang) |
0.332
ms
|
1 |
|
|
/classes/Language.php:1080
/config/config.inc.php:143 (loadLanguages)
/index.php:27 (require)
|
| 111 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 3
AND cl.`id_category` = 17 LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3469 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 33 |
0.332
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.332
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.330
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3491 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 41 |
0.330
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.329
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.329
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.328
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.328
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 148 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3075 LIMIT 1 |
0.327
ms
|
60 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.327
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 147 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product_attribute` = 743994 LIMIT 1 |
0.326
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.326
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 25 |
SELECT SQL_NO_CACHE c.id_currency
FROM `pre4836_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
0.325
ms
|
1 |
|
|
/classes/Currency.php:893
/src/Adapter/Currency/CurrencyDataProvider.php:92 (getIdByIsoCode)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.324
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3471 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 45 |
0.324
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3473 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 51 |
0.324
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.322
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7847 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 540998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.320
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3450 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.320
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6880 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3475 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 35 |
0.320
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.320
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.319
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3479 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 47 |
0.318
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3574 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 3
AND cl.`id_category` = 188 LIMIT 1 |
0.318
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3483 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 37 |
0.317
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 206 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 746766 |
0.316
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.316
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.316
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 210 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE id_product = 3182 LIMIT 1 |
0.315
ms
|
24 |
|
|
/classes/SpecificPrice.php:435
/classes/SpecificPrice.php:523 (couldHaveSpecificPrice)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3489 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 39 |
0.315
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.315
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3352 |
SELECT SQL_NO_CACHE * FROM pre4836_headinfoleft WHERE `id_lang` = "1" and `id_store`="3" LIMIT 1 |
0.315
ms
|
1 |
|
|
/modules/headinfoleft/headinfoleft.php:532
/modules/headinfoleft/headinfoleft.php:124 (getContent)
/modules/headinfoleft/headinfoleft.php:118 (genericHookMethod)
/classes/Hook.php:1043 (__call)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:80 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 168 |
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `pre4836_product_attribute` pa
INNER JOIN pre4836_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 3)
WHERE pa.`id_product_attribute` = 746790 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Combination.php:564
/classes/Product.php:5661 (getPrice)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 175 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3229 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.314
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3356 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 17 AND `id_shop` = 3 LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.314
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.313
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5795 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3639 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3226 AND id_shop=3 LIMIT 1 |
0.313
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3481 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 55 |
0.313
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 51 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `pre4836_quantity_discount_rule` qdr
LEFT JOIN `pre4836_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 9 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.312
ms
|
43 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.312
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3485 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 57 |
0.312
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 208 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 3 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.311
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.311
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3477 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 53 |
0.311
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3487 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 59 |
0.310
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4336 (getQuantityAvailableByProduct)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.310
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 223 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3182 AND id_shop=3 LIMIT 1 |
0.309
ms
|
1 |
|
|
/classes/Product.php:6857
/classes/Product.php:5952 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:5845 (getTaxesInformations)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.309
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3466 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 43 |
0.309
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3488 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 39 |
0.308
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.307
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.307
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3490 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 41 |
0.307
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 218 |
SELECT SQL_NO_CACHE COUNT(*) FROM `pre4836_pack` WHERE id_product_pack = 3182 LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/Pack.php:89
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3568 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 144 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 746530 |
0.306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.306
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3468 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 33 |
0.306
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 118 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1 |
0.305
ms
|
109318 |
|
|
/classes/SpecificPrice.php:297
/classes/SpecificPrice.php:368 (filterOutField)
/classes/SpecificPrice.php:548 (computeExtraConditions)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3474 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 35 |
0.305
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:7847 (getQuantityAvailableByProduct)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746796) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.305
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 129 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax_lang`
WHERE `id_tax` = 1 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/override/classes/Product.php:229 (getTaxCalculator)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 185 |
SELECT SQL_NO_CACHE *
FROM `pre4836_product_attribute_lang`
WHERE `id_product_attribute` = 746790 |
0.304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Product.php:5893 (__construct)
/classes/Product.php:5856 (computeUnitPriceRatio)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541831) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.304
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3472 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 51 |
0.304
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3642 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.304
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543283) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.303
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.303
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3342 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country_lang`
WHERE `id_country` = 8 |
0.303
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/modules/whatsappchat/classes/WhatsappChatBlock.php:163 (__construct)
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:390 (displayBlock)
/classes/Hook.php:1043 (hookDisplayAfterBodyOpeningTag)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:160 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:232 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:181 (callParent)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:56 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3486 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 59 |
0.303
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543164) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.302
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.301
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3480 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 55 |
0.301
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541658) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.300
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3470 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 45 |
0.300
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3476 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 53 |
0.300
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3482 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 37 |
0.300
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746750) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.300
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.298
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3484 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 57 |
0.297
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.297
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3651 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3182 AND id_shop=3 LIMIT 1 |
0.296
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.296
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3449 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/classes/Product.php:6880 (getTaxCalculator)
/classes/Product.php:741 (getTaxesRate)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 52 |
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `pre4836_quantity_discount_rule` qdr
LEFT JOIN `pre4836_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 15 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC |
0.295
ms
|
43 |
Yes
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:356 (getQuantityDiscountRulesByFamily)
/override/classes/CartRule.php:108 (getHighlightedQuantityDiscountRules)
/override/classes/CartRule.php:147 (getCustomerCartRules)
/classes/Cart.php:522 (getCustomerHighlightedDiscounts)
/src/Adapter/Presenter/Cart/CartPresenter.php:444 (getDiscounts)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.295
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 29 |
SELECT SQL_NO_CACHE *
FROM `pre4836_currency_lang`
WHERE `id_currency` = 1 |
0.295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.295
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3462 |
SELECT SQL_NO_CACHE COUNT(qdr.`id_quantity_discount_rule`) AS nb
FROM `pre4836_quantity_discount_rule` qdr
WHERE `id_shop` = 3 LIMIT 1 |
0.295
ms
|
43 |
|
|
/modules/quantitydiscountpro/classes/QuantityDiscountRule.php:7179
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1134 (getNbObjects)
/modules/addparamsbyhooks/addparamsbyhooks.php:906 (getQdpTab)
/modules/addparamsbyhooks/addparamsbyhooks.php:673 (getRemMax)
/classes/Hook.php:1043 (hookDisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:168 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:262 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3599 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3229 AND id_shop=3 LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3656 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.294
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.293
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.293
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 128 |
SELECT SQL_NO_CACHE *
FROM `pre4836_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1 |
0.292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/tax/TaxRulesTaxManager.php:116 (__construct)
/override/classes/Product.php:229 (getTaxCalculator)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 541590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 119 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `from` BETWEEN '2026-01-30 00:00:00' AND '2026-01-30 23:59:59' LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/SpecificPrice.php:377
/classes/SpecificPrice.php:548 (computeExtraConditions)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3603 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.292
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3644 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.291
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3446 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 437 AND `id_shop` = 3 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:238 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 197 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3226 LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.290
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.289
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 542686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.288
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 166 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 3
AND cl.`id_category` = 188 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 173 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3229 AND id_shop=3 LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.287
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 12 |
SELECT SQL_NO_CACHE domain, domain_ssl
FROM pre4836_shop_url
WHERE main = 1
AND id_shop = 3 LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198 (cacheMainDomainForShop)
/classes/Tools.php:302 (getMainShopDomain)
/classes/Link.php:65 (getShopDomain)
/config/config.inc.php:277 (__construct)
/index.php:27 (require)
|
| 3458 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.286
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.285
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746751) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3385 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 3
AND cl.`id_category` = 17 LIMIT 1 |
0.284
ms
|
0 |
|
|
/classes/Category.php:1378
/classes/Product.php:758 (getLinkRewrite)
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746526) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.284
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3457 |
SELECT SQL_NO_CACHE out_of_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:778
/classes/Product.php:7848 (outOfStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.283
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 187 |
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `pre4836_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 3
AND cl.`id_category` = 248 LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/Category.php:1378
/classes/Product.php:5641 (getLinkRewrite)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.282
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3569 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.282
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 194 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3226 AND id_shop=3 LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.281
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.280
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3604 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 112 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 3 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3643 |
SELECT SQL_NO_CACHE depends_on_stock
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.278
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:753
/classes/Product.php:7849 (dependsOnStock)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744046) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 19 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.277
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 3513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.277
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3 |
SELECT SQL_NO_CACHE value FROM `pre4836_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
0.276
ms
|
2 |
|
|
/classes/shop/Shop.php:1183
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 131 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_group`
WHERE `id_group` = 1 LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/Group.php:154
/override/classes/Product.php:306 (getReductionByIdGroup)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746760) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.276
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3657 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 38 |
SELECT SQL_NO_CACHE 1 FROM pre4836_cart_product cp WHERE `id_cart` = 0 AND `id_product` = 25851 LIMIT 1 |
0.275
ms
|
1 |
|
|
/override/classes/Cart.php:408
/modules/addparamsbyhooks/addparamsbyhooks.php:968 (isOnlyPlanche)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 146 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 3 AND id_lang = 1 AND id_category = 17 LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.275
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746753) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.274
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.273
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 134 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3219 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.272
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3454 |
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `pre4836_product_shop`
WHERE `id_product` = 3219 AND id_shop=3 LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/Product.php:6857
/override/classes/Product.php:228 (getIdTaxRulesGroupByIdProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3570 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.272
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3358 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 11 AND `id_shop` = 3 LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3652 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3182 AND `id_group` = 1 LIMIT 1 |
0.271
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:302 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:748 (getPriceStatic)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 120 |
SELECT SQL_NO_CACHE 1 FROM `pre4836_specific_price` WHERE `to` BETWEEN '2026-01-30 00:00:00' AND '2026-01-30 23:59:59' LIMIT 1 |
0.271
ms
|
1 |
|
|
/classes/SpecificPrice.php:381
/classes/SpecificPrice.php:548 (computeExtraConditions)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3305 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3226 |
0.270
ms
|
24 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746528) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.270
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 28 |
SELECT SQL_NO_CACHE *
FROM `pre4836_currency` a
LEFT JOIN `pre4836_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 3
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/classes/Currency.php:1089 (__construct)
/classes/Tools.php:695 (getCurrencyInstance)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744018) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744045) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746759) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 155 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3075 LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 746529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.268
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 10 |
SELECT SQL_NO_CACHE *
FROM `pre4836_lang` a
LEFT JOIN `pre4836_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 3
WHERE (a.`id_lang` = 1) LIMIT 1 |
0.267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/config/config.inc.php:211 (__construct)
/index.php:27 (require)
|
| 3535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.267
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:2766 (getQuantityAvailableByProduct)
/src/Adapter/Presenter/Product/ProductLazyArray.php:667 (getAttributesResume)
/src/Adapter/Presenter/Product/ProductLazyArray.php:505 (shouldShowOutOfStockLabel)
/src/Adapter/Presenter/AbstractLazyArray.php:261 (getFlags)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:44 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/45/e5/1f/45e51f41828fa05725a23cdcab75739500f30431_2.file.product-flags.tpl.php:26 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a69a57d0_32072069)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:235 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:384 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.266
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3459 |
SELECT SQL_NO_CACHE location
FROM `pre4836_stock_available`
WHERE (id_product = 3219) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.266
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:806
/classes/Product.php:7850 (getLocation)
/classes/Product.php:751 (loadStockData)
/modules/bonmanufacturer/bonmanufacturer.php:590 (__construct)
/classes/Hook.php:1043 (hookdisplayProductPriceBlock)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:119 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:256 (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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/cc/39/08/cc39083d33c86ce052358c9d8c588f01c0e2ccf5_2.file.product.tpl.php:28 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac1af588_13314584)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/94/a9/e3/94a9e321ca8ba1ddda10ee407fabc10c1c12bcfe_2.file.productlist.tpl.php:39 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac18e276_03580564)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f9/9a/a7/f99aa77d1481802e4f21da8d95895fa26b80e100_2.file.products.tpl.php:30 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3ac186858_30510525)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:128 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:232 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:101 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186 (process)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:94 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3363 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 15 AND `id_shop` = 3 LIMIT 1 |
0.265
ms
|
1 |
|
|
/classes/module/Module.php:2109
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 23 |
SELECT SQL_NO_CACHE * FROM `pre4836_currency` c ORDER BY `iso_code` ASC |
0.264
ms
|
1 |
Yes
|
|
/classes/Currency.php:709
/src/Adapter/Currency/CurrencyDataProvider.php:84 (findAllInstalled)
/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php:90 (findAllInstalled)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (getAllInstalledCurrencyIsoCodes)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.264
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 9 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
0.263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:561 (__construct)
/config/config.inc.php:171 (getGroup)
/index.php:27 (require)
|
| 31 |
SELECT SQL_NO_CACHE *
FROM `pre4836_group` a
LEFT JOIN `pre4836_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 3
WHERE (a.`id_group` = 1) LIMIT 1 |
0.262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.262
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.261
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3359 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_currencyselector" LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/Hook.php:1049 (isEnabled)
/tools/profiling/Hook.php:64 (coreRenderWidget)
/classes/Hook.php:1000 (coreRenderWidget)
/config/smarty.config.inc.php:198 (exec)
/classes/Smarty/SmartyLazyRegister.php:81 (smartyHook)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:101 (__call)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/17/7f/51/177f51f3029dfc558553e73164d558f3fcac25b1_2.file.header.tpl.php:31 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a695aaf4_40244404)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:386 (render)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:196 (_subTemplateRender)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184 (callBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156 (process)
/var/cache/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/de/db/3c/dedb3c7af1f3e04630d164b7f3c61158a09d7b76_2.parent.layoutslayoutbothcolumns.tpl.php:68 (instanceBlock)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a68af022_94344727)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/47/6f/12/476f12f7faf7abe57361e86bb54514e591630afb_2.file.layout-both-columns.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a689c585_43313265)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/2a/65/c9/2a65c94db45009e76e9673aff6a405d5c417e614_2.parent.layoutslayoutfullwidth.tpl.php:42 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a6895925_78627643)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/f3/cb/e9/f3cbe9469c4ad2b1a2275dfef810a8f7c7745a53_2.file.layout-full-width.tpl.php:38 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3a688d8b0_43934044)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/1e/ae/bb/1eaebb2c3981398a68f8127d8e63fe6f7d2ed06a_2.file.product-list.tpl.php:44 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe66865_79547735)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.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/dev/smarty/compile/child_generic_theme_tshirtnicelayouts_layout_full_width_tpl/b0/9e/ca/b09eca9624fbfbccd7057830a35a02936efb0e8b_2.file.category.tpl.php:45 (endChild)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123 (content_697bf3abe57c27_51280394)
/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114 (getRenderedTemplateCode)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:217 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:238 (render)
/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116 (_execute)
/classes/Smarty/SmartyDev.php:40 (fetch)
/classes/controller/FrontController.php:760 (fetch)
/classes/controller/FrontController.php:742 (smartyOutputContent)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559214) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.260
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 16 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.259
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/classes/Dispatcher.php:606 (exec)
/classes/Dispatcher.php:243 (loadRoutes)
/classes/Dispatcher.php:201 (__construct)
/index.php:28 (getInstance)
|
| 986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708840) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.259
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 744009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.259
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.259
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 41 |
SELECT SQL_NO_CACHE id_product, vimeo, hide_icon
FROM pre4836_videoproduitcategory
WHERE id_shop=3 |
0.257
ms
|
1 |
|
|
/modules/videoproduitcategory/videoproduitcategory.php:116
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 219 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3182 LIMIT 1 |
0.257
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708839) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.257
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 24 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre4836_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Language.php:883
/src/Adapter/Currency/CurrencyDataProvider.php:112 (getIdByLocale)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 167 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 3 AND id_lang = 1 AND id_category = 188 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 188 |
SELECT SQL_NO_CACHE name FROM pre4836_category_lang WHERE id_shop = 3 AND id_lang = 1 AND id_category = 248 LIMIT 1 |
0.256
ms
|
1 |
|
|
/classes/Product.php:5642
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 191 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3226
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.256
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 209 |
SELECT SQL_NO_CACHE `name`
FROM `pre4836_manufacturer`
WHERE `id_manufacturer` = 31
AND `active` = 1 LIMIT 1 |
0.255
ms
|
1 |
|
|
/classes/Manufacturer.php:316
/classes/Product.php:5652 (getNameById)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 30 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 3 LIMIT 1 |
0.254
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Tools.php:699 (isAssociatedToShop)
/classes/controller/FrontController.php:368 (setCurrency)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.254
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 121 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3219
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 153 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3075 AND `id_group` = 1 LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:302 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.253
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 99 |
SELECT SQL_NO_CACHE `id_zone`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.252
ms
|
1 |
|
|
/classes/Country.php:224
/modules/whatsappchat/classes/WhatsappChatBlock.php:168 (getIdZone)
/modules/whatsappchat/whatsappchat.php:611 (getWhatsappChatByHook)
/modules/whatsappchat/whatsappchat.php:320 (displayBlock)
/classes/Hook.php:1043 (hookDisplayHeader)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:622 (exec)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.252
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.251
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.250
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 176 |
SELECT SQL_NO_CACHE product_type FROM `pre4836_product` WHERE id_product = 3229 LIMIT 1 |
0.249
ms
|
1 |
|
|
/classes/Pack.php:90
/classes/Product.php:4333 (isPack)
/classes/Product.php:5784 (getQuantity)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.249
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 33 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 3 LIMIT 1 |
0.248
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.248
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.247
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.246
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 543954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.245
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.244
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 932791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 6 |
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM pre4836_shop s
LEFT JOIN pre4836_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 3
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1 |
0.243
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)
|
| 149 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3075
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 170 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3229
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548044) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.243
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544165) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.242
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3075) AND (id_product_attribute = 743955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.241
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 26 |
SELECT SQL_NO_CACHE *
FROM `pre4836_currency` a
LEFT JOIN `pre4836_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `pre4836_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 3
WHERE (a.`id_currency` = 1) LIMIT 1 |
0.240
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Currency.php:246 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct)
/src/Adapter/Currency/CurrencyDataProvider.php:114 (getCurrencyByIsoCode)
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:102 (getCurrencyByIsoCodeAndLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545667) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.240
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.239
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 195 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3226 AND `id_group` = 1 LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:302 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 39 |
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM pre4836_required_field |
0.238
ms
|
1 |
|
|
/classes/ObjectModel.php:1592
/classes/ObjectModel.php:1624 (getFieldsRequiredDatabase)
/classes/ObjectModel.php:1191 (cacheFieldsRequiredDatabase)
/classes/ObjectModel.php:1101 (validateField)
/classes/ObjectModel.php:319 (validateFields)
/classes/ObjectModel.php:804 (getFields)
/classes/Cart.php:302 (update)
/modules/addparamsbyhooks/addparamsbyhooks.php:973 (update)
/classes/Hook.php:1043 (hookActionFrontControllerInitAfter)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 211 |
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `pre4836_specific_price_priority`
WHERE `id_product` = 3182
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/SpecificPrice.php:259
/classes/SpecificPrice.php:239 (getPriority)
/classes/SpecificPrice.php:565 (_getScoreQuery)
/override/classes/Product.php:116 (getSpecificPrice)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.238
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 544292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.237
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.236
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 174 |
SELECT SQL_NO_CACHE `reduction`
FROM `pre4836_product_group_reduction_cache`
WHERE `id_product` = 3229 AND `id_group` = 1 LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:302 (getValueForProduct)
/classes/Product.php:3737 (priceCalculation)
/classes/Product.php:5675 (getPriceStatic)
/classes/ProductAssembler.php:209 (getProductProperties)
/classes/controller/ProductListingFrontController.php:108 (assembleProducts)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.235
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 545869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 546801) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.234
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549043) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707491) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.233
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.232
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 36 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (3) |
0.231
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/classes/controller/FrontController.php:521 (exec)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 547273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548919) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.231
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717138) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.230
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.229
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549692) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.228
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.227
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 548811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.226
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 88 |
SELECT SQL_NO_CACHE * FROM `pre4836_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
0.226
ms
|
22 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:381 (getImagesTypes)
/classes/controller/FrontController.php:1616 (getNoPictureImage)
/classes/controller/FrontController.php:1742 (getTemplateVarUrls)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 597556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707753) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.225
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 595324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.224
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712209) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.223
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 566185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.222
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600704) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.221
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715733) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707508) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.220
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717218) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585696) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709315) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715887) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715964) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.219
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711383) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 35 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 167 AND `id_shop` = 3 LIMIT 1 |
0.218
ms
|
1 |
|
|
/classes/module/Module.php:2109
/override/classes/CartRule.php:30 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564809) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.218
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593405) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600089) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601111) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717568) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.217
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709647) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.216
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710231) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717569) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.215
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 638302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 549877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707492) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.214
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 577211) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591799) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711150) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574658) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.213
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716462) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 597401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712263) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.212
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 5 |
SELECT SQL_NO_CACHE *
FROM `pre4836_shop` a
WHERE (a.`id_shop` = 3) LIMIT 1 |
0.211
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/shop/Shop.php:145 (__construct)
/classes/shop/Shop.php:431 (__construct)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 34 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "quantitydiscountpro" LIMIT 1 |
0.211
ms
|
1 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/override/classes/CartRule.php:30 (isEnabled)
/classes/controller/FrontController.php:492 (autoRemoveFromCart)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716046) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.211
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582697) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710296) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.210
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562771) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 578140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570704) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 595002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.209
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3309 |
SELECT SQL_NO_CACHE `name`, `alias` FROM `pre4836_hook_alias` |
0.209
ms
|
88 |
|
|
/classes/Hook.php:287
/classes/Hook.php:318 (getAllHookAliases)
/classes/Hook.php:746 (getHookAliasesFor)
/classes/Hook.php:842 (getHookModuleExecList)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565965) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 600980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717212) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.208
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 58 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 31 |
0.207
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 566567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 577418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601234) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 576579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 594432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 599722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631770) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.207
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565423) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 567522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574809) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574917) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707601) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711151) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711382) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717801) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.206
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 559998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 569705) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574910) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584479) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587459) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590335) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593135) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 635316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708164) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710232) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710810) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717213) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3331 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_group_shop`
WHERE `id_group` = 1
AND id_shop = 3 LIMIT 1 |
0.205
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/classes/Group.php:400 (isAssociatedToShop)
/classes/Category.php:1748 (getCurrent)
/controllers/front/listing/CategoryController.php:151 (checkAccess)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561045) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631334) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712985) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.205
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560300) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 566909) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 567739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 567966) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584461) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586110) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 586595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590141) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632050) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708163) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 709989) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710295) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710489) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710633) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712817) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713158) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 565896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 567168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 583278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601833) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710634) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710697) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713161) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.204
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562113) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 569431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 569852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 577084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 581737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 602064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631706) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 703626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708165) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710230) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710632) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710696) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710811) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712291) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712948) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713046) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713156) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715853) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550797) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 561574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562231) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 562382) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 566061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 568566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 569082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570230) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570974) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573332) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574046) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574773) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575162) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 576206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587233) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587333) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592215) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 593006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 601981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619160) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631710) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708370) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710293) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710630) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710733) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710976) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713049) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713155) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713160) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713768) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717137) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.203
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 582492) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 631390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 632651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634443) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 708390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712208) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712264) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716245) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 560069) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 563856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 569578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 570292) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 571765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 573242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 574649) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 575576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 579428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 584776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 587677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588143) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589802) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 589947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 592467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 618969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 633099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 703962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 704045) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710233) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710698) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710701) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712936) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713157) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713159) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713658) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714295) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716246) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.202
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3324 |
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `pre4836_product_attribute`
WHERE `id_product` = 3182 |
0.202
ms
|
12 |
|
|
/classes/Product.php:2902
/src/Adapter/Image/ImageRetriever.php:90 (getCombinationImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:688 (getAllProductImages)
/src/Adapter/Presenter/Product/ProductLazyArray.php:127 (fillImages)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:57 (__construct)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 572182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 579998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 585136) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 588330) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590216) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 619369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 634697) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 635872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 707457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 710229) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 711599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712290) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 712565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.201
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590493) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 590548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 591606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714118) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714119) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716463) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 564516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714296) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.200
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 91 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country` a
LEFT JOIN `pre4836_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 3
WHERE (a.`id_country` = 8) LIMIT 1 |
0.199
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:71
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713769) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713912) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714297) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714298) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716342) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713659) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714370) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.199
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713624) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715536) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715886) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716127) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716128) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717803) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713660) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713880) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713911) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714038) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714142) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714916) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714934) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715556) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715645) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715646) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716285) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716464) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.198
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713623) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714120) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715558) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715983) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716129) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 75 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 55 |
0.197
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713526) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713616) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713820) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713821) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713913) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713915) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714140) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714141) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714539) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714935) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715647) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715982) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715984) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720046) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.197
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713879) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713706) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713710) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713766) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713878) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 713914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714139) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714917) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715648) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716329) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 716377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.196
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 59 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 31 |
0.195
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 714516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 715557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.195
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717817) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.194
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.194
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.194
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720609) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721881) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.193
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.192
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719473) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.191
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719149) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720149) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 594339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 557510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.189
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719341) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.188
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 557415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.187
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719475) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719360) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719474) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.186
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719476) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719557) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719558) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719571) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719786) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.185
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719477) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721883) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719572) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.184
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719787) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719919) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722289) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2395 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732752) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 11 |
SELECT SQL_NO_CACHE id_shop
FROM `pre4836_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 3 LIMIT 1 |
0.183
ms
|
1 |
|
|
/classes/ObjectModel.php:1729
/config/config.inc.php:216 (isAssociatedToShop)
/index.php:27 (require)
|
| 1737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720150) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.183
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3311 |
SELECT SQL_NO_CACHE * FROM `pre4836_hook_module_exceptions`
WHERE `id_shop` IN (3) |
0.183
ms
|
1 |
|
|
/classes/module/Module.php:2018
/classes/Hook.php:929 (getExceptionsStatic)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720047) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721660) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 719920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.182
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.181
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 32 |
SELECT SQL_NO_CACHE *
FROM `pre4836_group_lang`
WHERE `id_group` = 1 |
0.180
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/Group.php:81 (__construct)
/classes/Group.php:397 (__construct)
/classes/Cart.php:249 (getCurrent)
/classes/Cart.php:222 (setTaxCalculationMethod)
/classes/controller/FrontController.php:467 (__construct)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720048) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720145) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720338) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720725) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3182) AND (id_product_attribute = 932803) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717987) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718382) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720144) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720724) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721466) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721804) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720148) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724516) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.179
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 61 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 43 |
0.178
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720049) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720599) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721657) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721805) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721806) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721882) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722019) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723393) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720337) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.178
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 557963) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721467) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721656) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721808) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726119) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 60 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 43 |
0.177
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721036) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721037) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.177
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724149) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721658) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721659) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721908) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.176
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555495) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717988) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 720930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 721978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722361) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745812) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.175
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717986) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718164) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718381) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718636) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722829) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723615) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724146) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724147) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727518) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722941) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.174
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 63 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 33 |
0.173
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 557726) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718130) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718131) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718635) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718641) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722287) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722877) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722938) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722939) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722940) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723614) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2365 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 77 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 37 |
0.173
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 717863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718165) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718864) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.173
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 4 |
SELECT SQL_NO_CACHE COUNT(*) FROM pre4836_shop LIMIT 1 |
0.172
ms
|
3 |
|
|
/classes/shop/Shop.php:1184
/classes/Configuration.php:236 (isFeatureActive)
/classes/Configuration.php:302 (get)
/classes/shop/Shop.php:398 (getMultiShopValues)
/config/config.inc.php:117 (initialize)
/index.php:27 (require)
|
| 83 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 39 |
0.172
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 85 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 41 |
0.172
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718132) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718172) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722235) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722286) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 69 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 35 |
0.172
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558339) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 718870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722288) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722362) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722794) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723035) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724171) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724173) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2312 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.172
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 65 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 45 |
0.171
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552974) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 723392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2196 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552315) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 1945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 722847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2333 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.171
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 550847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 71 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 53 |
0.170
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 92 |
SELECT SQL_NO_CACHE *
FROM `pre4836_country_lang`
WHERE `id_country` = 8 |
0.170
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:79
/classes/ObjectModel.php:283 (load)
/tools/profiling/ObjectModel.php:32 (__construct)
/classes/AddressFormat.php:404 (__construct)
/classes/AddressFormat.php:439 (getFormattedAddressFieldsValues)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552573) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555472) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 558761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725944) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727519) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730625) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2339 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.170
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3312 |
SELECT SQL_NO_CACHE name, alias FROM `pre4836_hook_alias` |
0.170
ms
|
88 |
|
|
/classes/Hook.php:339
/classes/Hook.php:154 (getCanonicalHookNames)
/classes/Hook.php:363 (normalizeHookName)
/classes/Hook.php:386 (getAllKnownNames)
/classes/Hook.php:974 (isHookCallableOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 73 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 47 |
0.169
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555643) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555884) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2363 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.169
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552651) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724541) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724667) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 76 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 37 |
0.168
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 79 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 57 |
0.168
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551363) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553731) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 556574) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2353 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.168
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 81 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 59 |
0.167
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552406) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552767) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553343) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 438 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555555) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555705) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555795) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724540) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725714) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 67 |
SELECT SQL_NO_CACHE `id_group` FROM `pre4836_quantity_discount_rule_condition_group` WHERE `id_quantity_discount_rule` = 51 |
0.167
ms
|
207 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1181
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551637) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553328) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 554784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 555757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727520) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2460 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.167
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551800) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 27 |
SELECT SQL_NO_CACHE `id_lang` FROM `pre4836_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/Language.php:883
/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php:115 (getIdByLocale)
/src/Core/Data/Layer/AbstractDataLayer.php:91 (doRead)
/src/Core/Data/Layer/AbstractDataLayer.php:150 (read)
/src/Core/Data/Layer/AbstractDataLayer.php:95 (propagateRead)
/src/Core/Localization/Currency/CurrencyDataSource.php:67 (read)
/src/Core/Localization/Currency/CurrencyDataSource.php:109 (getLocalizedCurrencyData)
/src/Core/Localization/Currency/CurrencyDataSource.php:96 (formatCurrenciesData)
/src/Core/Localization/Currency/Repository.php:87 (getAllInstalledCurrenciesData)
/src/Core/Localization/Locale/Repository.php:207 (getAllInstalledCurrencies)
/src/Core/Localization/Locale/Repository.php:150 (getPriceSpecifications)
/classes/controller/Controller.php:209 (getLocale)
/classes/controller/FrontController.php:284 (init)
/controllers/front/listing/CategoryController.php:81 (init)
/tools/profiling/Controller.php:41 (init)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 62 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 33 |
0.166
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 89 |
SELECT SQL_NO_CACHE format
FROM `pre4836_address_format`
WHERE `id_country` = 8 LIMIT 1 |
0.166
ms
|
1 |
|
|
/classes/AddressFormat.php:656
/classes/AddressFormat.php:630 (getFormatDB)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 551580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 552885) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553445) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553465) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 553525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724976) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729596) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2374 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.166
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 64 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 45 |
0.165
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 82 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 39 |
0.165
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725513) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725515) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725943) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726120) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726715) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727521) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728403) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729595) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.165
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724895) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724977) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725417) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725514) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727710) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728380) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728404) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2193 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2194 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2354 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731967) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2356 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731969) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2746 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741580) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2835 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742575) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725712) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727707) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.164
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 70 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 53 |
0.163
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 72 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 47 |
0.163
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 78 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 57 |
0.163
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 84 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 41 |
0.163
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 86 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/module/Module.php:2636
/classes/module/Module.php:2108 (getModuleIdByName)
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:275 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724979) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725852) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725948) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726408) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726716) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2174 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728378) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2334 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731468) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2346 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731693) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3060 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3130 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746426) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726960) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727301) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728377) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2340 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2364 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732056) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.163
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 74 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 55 |
0.162
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724894) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724978) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724981) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725419) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725713) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726407) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728688) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2298 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730683) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3054 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744954) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 68 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 35 |
0.162
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 80 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 59 |
0.162
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724783) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724980) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725708) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725709) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725850) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725906) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725907) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727517) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 727781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2301 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2303 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730760) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2313 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2347 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731694) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2358 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2417 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2947 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.162
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 724784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725711) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730631) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2317 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2338 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2341 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2396 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732854) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 66 |
SELECT SQL_NO_CACHE `id_supplier` FROM `pre4836_quantity_discount_rule_condition_supplier` WHERE `id_quantity_discount_rule` = 51 |
0.161
ms
|
150 |
|
|
/modules/addfeaturesinboorder/addfeaturesinboorder.php:1172
/modules/addparamsbyhooks/addparamsbyhooks.php:414 (getQdpTab)
/classes/Hook.php:1043 (hookActionPresentCart)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Cart/CartPresenter.php:491 (exec)
/classes/controller/FrontController.php:545 (present)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725418) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725710) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725851) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 725904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 726029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728442) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729597) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730630) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730684) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2343 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2357 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2359 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2360 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2375 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2482 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2680 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740792) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.161
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2315 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2327 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2332 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2349 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731696) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2351 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2633 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740254) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2223 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729594) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2302 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730687) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2305 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2310 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2314 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2328 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2331 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2335 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2337 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731471) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2344 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2345 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2350 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2355 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731968) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2366 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732058) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2367 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2504 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738917) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2592 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2768 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3208 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3263 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.160
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728685) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728689) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2204 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728691) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2205 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2206 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729075) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2262 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2265 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2284 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2304 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2306 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730763) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2311 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2322 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2323 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2324 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2336 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731470) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2348 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731695) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2352 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731892) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2361 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2362 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2398 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732856) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2416 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2478 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2549 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2702 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741014) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3195 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3202 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3209 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3248 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746372) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728686) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729598) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2308 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730765) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2316 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2330 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2342 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2784 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.159
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2207 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730176) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730495) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2307 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730764) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2309 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 730901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2319 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731097) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2325 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2329 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2368 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2376 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2415 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2439 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736000) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2547 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2658 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740627) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2667 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2814 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3210 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3261 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746425) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2203 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 728690) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2318 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2326 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 731304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2614 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740062) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2812 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.158
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2370 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732107) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2379 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732240) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2386 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2400 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733039) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2401 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733040) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2407 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733340) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2636 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2724 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2925 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744220) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3083 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3227 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746116) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 729203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2397 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732855) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2526 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2569 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739622) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3199 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3244 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.157
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2381 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2385 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2387 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732438) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2404 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733174) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2418 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2461 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738057) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2489 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2790 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742237) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2369 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2371 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732108) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2377 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2380 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2394 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732751) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2399 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732857) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2402 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733041) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2403 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733042) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2409 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733379) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2410 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2419 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2420 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3015 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744643) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3037 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744875) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3239 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3264 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.156
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2372 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2413 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2414 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3231 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746248) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2378 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2382 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2383 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2384 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2388 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732439) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2389 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732440) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2391 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2392 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2393 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732750) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2405 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733175) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2406 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2408 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 733365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2411 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734133) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2412 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734134) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2440 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2506 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738919) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2548 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739397) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2615 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2747 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741581) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2857 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742775) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3158 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745604) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3197 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745893) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3228 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746117) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3296 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.155
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2390 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732441) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2505 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738918) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2545 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2659 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740628) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2681 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740793) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2703 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741015) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2880 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743990) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2992 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744528) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3200 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3201 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3225 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746114) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3229 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746118) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3245 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3290 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3320 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3332 |
SELECT SQL_NO_CACHE ctg.`id_group`
FROM pre4836_category_group ctg
WHERE ctg.`id_category` = 17 AND ctg.`id_group` = 1 LIMIT 1 |
0.154
ms
|
1 |
|
|
/classes/Category.php:1754
/controllers/front/listing/CategoryController.php:151 (checkAccess)
/classes/controller/FrontController.php:735 (getLayout)
/tools/profiling/Controller.php:106 (display)
/tools/profiling/Controller.php:83 (displayProfiling)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2373 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 732194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2483 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3247 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746371) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.154
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2421 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2422 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2433 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735303) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2441 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2443 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736949) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2444 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736950) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2445 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736951) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2453 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2480 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738416) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2486 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2488 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2518 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2532 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2628 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740207) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2669 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740670) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2732 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741392) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2902 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744099) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2903 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744100) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2970 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3011 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744639) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3167 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745676) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3198 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3211 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3243 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3246 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3252 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746376) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3266 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2546 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2708 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741092) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2748 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2931 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744226) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3226 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746115) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3283 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746664) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.153
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2428 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2429 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2446 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736952) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2450 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 737309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2455 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738007) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2466 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738156) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2492 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2507 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738920) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2520 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739124) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2540 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2563 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739534) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2725 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741364) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2727 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741366) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2796 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3217 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3220 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746072) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3221 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746073) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3224 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3282 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746663) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3285 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2423 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734807) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2426 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734810) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2432 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735302) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2437 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735469) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2442 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2449 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 737308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2452 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 737311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2462 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738152) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2463 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738153) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2472 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2524 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2544 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2568 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739621) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2570 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739665) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2597 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2726 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741365) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2791 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742238) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3249 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746373) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.152
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2451 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 737310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2456 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738008) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2457 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2458 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2464 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738154) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2468 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2497 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2498 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2500 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2501 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2502 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738827) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2523 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2525 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2533 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739260) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2535 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2593 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2607 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740031) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2626 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740205) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2629 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2631 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740252) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2660 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740629) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2699 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741011) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2707 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741091) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2769 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3240 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3260 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746421) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2424 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734808) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2425 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 734809) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2430 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2431 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2434 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735304) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2435 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735305) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2436 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2447 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 736953) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2448 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 737307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2454 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2469 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2473 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738409) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2474 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2475 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738411) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2476 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2479 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2484 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2485 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2490 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738609) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2495 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738734) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2496 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738735) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2508 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2512 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2516 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2517 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2527 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2530 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2531 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2536 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2541 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2543 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739350) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2627 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740206) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2630 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2637 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2682 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740822) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2700 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741012) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2704 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741016) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2720 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2733 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741393) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2734 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741394) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2749 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2792 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2813 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742388) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2948 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3012 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744640) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3013 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744641) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3106 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3219 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746071) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3230 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746247) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3267 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.151
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2481 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2522 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739126) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2528 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739255) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2539 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2620 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740167) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3132 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3288 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2427 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 735200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2465 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738155) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2467 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738240) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2470 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2471 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738244) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2477 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2487 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2491 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2493 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738732) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2494 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738733) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2499 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2503 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738828) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2509 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2519 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2521 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739125) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2529 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2538 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2542 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2580 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2596 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2616 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2662 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740655) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2668 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2692 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2701 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741013) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2709 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741093) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2735 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741395) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2738 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2752 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2756 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2795 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2916 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744197) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3006 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744590) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3152 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3159 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745605) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3222 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746074) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3232 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746249) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3281 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746662) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3286 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3289 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.150
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2459 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738055) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2510 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2511 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 738924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2513 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739020) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2514 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739021) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2515 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739022) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2534 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2537 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2557 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739486) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2564 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739535) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2581 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2583 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739842) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2624 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2632 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740253) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2639 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740480) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2640 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740481) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2644 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2687 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740833) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2688 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740834) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2689 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740835) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2693 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2705 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741017) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2716 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741259) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2721 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2728 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741367) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2736 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741396) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2737 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2740 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2744 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2750 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741736) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2751 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741737) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2754 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2755 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2764 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741863) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2766 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741865) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2771 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2774 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742063) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2780 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742120) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2793 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742240) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2794 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2811 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2836 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742576) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2840 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742652) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2858 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742776) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2904 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744101) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2914 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744195) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2993 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744529) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3038 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744876) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3074 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745182) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3129 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745498) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3180 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745818) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3251 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746375) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3287 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746673) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3291 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3297 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2634 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2661 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2714 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741257) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3242 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746352) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.149
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2550 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2552 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739432) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2553 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739433) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2556 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739485) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2560 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739531) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2562 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739533) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2571 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2576 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2584 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2590 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739891) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2591 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739930) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2595 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2598 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740001) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2600 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740003) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2604 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2605 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740029) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2612 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740060) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2625 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2635 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2643 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2650 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740553) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2657 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740626) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2670 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740671) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2672 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740754) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2674 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740756) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2677 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740789) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2678 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740790) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2683 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740823) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2684 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740824) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2690 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740836) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2691 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740837) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2694 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2697 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741009) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2706 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741090) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2712 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741096) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2715 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741258) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2719 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741262) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2722 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2729 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741368) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2743 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2753 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741739) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2758 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741779) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2759 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741780) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2760 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741781) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2765 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741864) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2772 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741931) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2778 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742067) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2797 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2800 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742295) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2804 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742315) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2807 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742318) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2808 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742319) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2855 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2934 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2949 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2950 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3016 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744644) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3119 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745448) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3155 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3268 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3292 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746745) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3299 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746784) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2572 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739667) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2579 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2582 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739841) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2594 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739933) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2599 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740002) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2603 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740006) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2642 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740483) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2656 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740613) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2673 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740755) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2685 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740825) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2717 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741260) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2723 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2730 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741369) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2739 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2745 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2757 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2770 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2773 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741932) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2789 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742236) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2971 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744412) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2978 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744426) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3014 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744642) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.148
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2554 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739434) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2558 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739487) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2565 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739618) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2566 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739619) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2573 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739668) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2589 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739890) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2601 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740004) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2610 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740034) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2611 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740059) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2617 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2619 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740166) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2621 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740168) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2638 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740359) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2641 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740482) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2646 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2651 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740554) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2654 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740611) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2655 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740612) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2664 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740665) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2671 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740672) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2675 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2686 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740826) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2696 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740905) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2698 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741010) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2710 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741094) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2713 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741256) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2718 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741261) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2763 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2767 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2776 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742065) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2781 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742121) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2785 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2788 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2798 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2802 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742313) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2803 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742314) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2809 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2810 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2845 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2859 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742777) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2860 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742778) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2892 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744079) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2917 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744198) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2924 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744219) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2926 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744221) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2951 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3019 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744700) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3044 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744901) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3133 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3181 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745843) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3233 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746250) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3241 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746351) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3259 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746420) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3274 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746584) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2551 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2555 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739484) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2561 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739532) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2567 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739620) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2575 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739738) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2588 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739889) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2602 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740005) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2613 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740061) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2618 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2622 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740169) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2645 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2652 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740609) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2663 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740656) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2665 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740666) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2676 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740788) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2679 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740791) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2695 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2711 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741095) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2731 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741391) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2741 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741456) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2775 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742064) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2777 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742066) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2779 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742119) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2799 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742294) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2801 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742296) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2806 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742317) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2828 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742524) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2831 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2854 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742744) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2862 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742867) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3045 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744902) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3131 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3140 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745544) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3168 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745677) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3257 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746402) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3293 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746746) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3300 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746785) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3321 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3226) AND (id_product_attribute = 746749) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.147
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:135 (getQuantityAvailableByProduct)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2559 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739488) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2574 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739669) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2577 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739740) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2606 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740030) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2647 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2742 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741457) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2761 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741782) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2762 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 741861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2837 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742577) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2844 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2870 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742926) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2871 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742927) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2884 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743994) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2907 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744104) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2933 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744228) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3020 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744701) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3026 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744722) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3042 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744899) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3048 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744921) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3107 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3137 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3163 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745609) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3175 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745813) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3212 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745999) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 90 |
SELECT SQL_NO_CACHE `need_identification_number`
FROM `pre4836_country`
WHERE `id_country` = 8 LIMIT 1 |
0.146
ms
|
1 |
|
|
/classes/Country.php:405
/classes/AddressFormat.php:634 (isNeedDniByCountryId)
/classes/AddressFormat.php:615 (getFormat)
/classes/AddressFormat.php:562 (getAddressCountryFormat)
/classes/AddressFormat.php:438 (getOrderedAddressFields)
/classes/controller/FrontController.php:1761 (generateAddress)
/classes/controller/FrontController.php:551 (getTemplateVarShop)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2585 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2586 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2587 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739888) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2608 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740032) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2609 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740033) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2623 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740170) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2648 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740551) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2649 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740552) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2653 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2666 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 740667) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2782 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742122) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2783 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742123) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2786 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2787 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2805 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742316) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2824 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742502) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2838 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742578) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2839 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742579) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2848 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742728) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2866 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742914) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2869 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742925) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2881 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743991) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2905 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744102) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2908 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744105) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2912 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2913 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744194) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2918 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744199) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2919 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744200) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2940 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744306) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2952 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744324) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2953 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744325) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2966 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744388) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2972 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744413) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2984 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744508) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2988 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744512) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3018 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744699) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3030 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744759) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3040 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744897) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3051 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744946) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3142 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3144 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3160 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745606) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3162 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745608) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3172 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3177 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745815) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3218 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746070) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3258 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746403) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3280 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746661) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.146
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2827 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742523) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2861 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742866) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2894 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744081) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2983 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744431) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3007 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744591) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3023 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744719) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3027 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744723) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3108 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745353) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3135 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3136 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3278 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2578 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 739741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2820 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742456) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2821 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742499) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2841 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742653) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2842 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742654) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2846 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742681) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2849 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742729) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2856 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742774) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2863 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742868) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2865 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742870) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2868 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742924) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2872 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742928) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2879 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743975) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2883 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743993) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2885 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743995) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2889 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744076) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2893 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744080) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2895 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744082) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2896 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744083) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2901 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744098) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2909 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744106) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2910 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744191) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2911 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2920 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744201) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2927 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744222) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2928 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744223) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2930 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744225) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2932 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744227) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2935 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2936 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2939 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744281) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2944 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744310) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2945 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744311) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2957 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744345) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2968 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2980 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744428) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2987 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744511) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2991 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744527) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2994 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744530) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2996 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744560) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3000 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3010 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744638) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3017 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744698) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3021 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744717) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3025 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744721) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3028 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744757) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3031 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744760) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3032 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744761) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3036 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744874) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3039 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744896) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3043 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744900) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3046 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744903) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3047 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744904) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3049 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744922) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3052 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744947) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3053 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744948) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3084 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745192) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3139 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745543) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3143 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745547) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3147 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3149 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3150 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745582) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3153 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3156 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745602) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3157 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745603) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3164 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745610) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3170 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745679) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3173 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745682) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3176 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745814) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3275 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746585) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.145
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2815 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742390) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2817 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742453) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2818 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742454) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2819 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742455) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2825 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2826 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742522) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2829 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2830 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742546) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2832 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742548) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2850 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742730) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2852 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742742) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2853 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742743) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2864 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742869) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2867 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742923) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2873 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742929) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2874 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743970) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2876 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743972) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2882 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743992) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2886 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743996) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2887 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743997) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2888 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743998) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2890 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744077) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2897 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744084) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2898 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744085) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2899 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744086) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2906 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744103) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2915 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744196) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2922 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744203) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2923 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744204) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2937 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2938 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744280) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2941 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744307) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2942 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744308) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2954 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744326) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2955 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744327) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2956 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744344) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2958 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744346) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2959 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744347) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2960 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744348) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2961 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744349) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2962 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744384) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2963 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744385) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2964 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744386) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2967 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744389) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2969 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744410) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2973 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744414) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2974 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744415) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2976 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744424) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2977 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744425) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2979 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744427) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2981 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744429) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2982 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744430) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2985 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744509) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2986 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744510) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2989 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744525) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2990 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744526) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2995 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744559) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2997 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744561) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2998 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744562) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2999 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3001 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744565) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3004 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744588) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3005 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3008 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744592) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3022 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744718) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3024 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744720) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3029 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744758) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3033 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744762) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3035 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744873) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3041 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744898) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3050 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744945) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3061 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744961) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3065 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745025) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3085 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745193) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3120 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745449) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3121 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745450) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3134 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745503) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3141 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745545) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3145 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745563) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3146 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745564) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3148 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3151 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745583) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3154 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3161 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745607) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3165 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745674) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3169 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3171 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745680) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3184 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745846) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3277 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746587) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3279 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746589) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3294 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746747) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2816 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2900 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744087) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2975 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744423) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.144
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2823 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742501) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2833 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742549) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2843 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742678) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2875 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743971) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2878 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743974) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2891 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744078) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2943 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744309) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2946 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744312) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2965 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744387) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3002 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744566) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3003 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744567) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3009 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744593) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3034 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744872) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3062 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744962) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3123 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745452) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3166 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745675) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3178 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745816) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3182 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745844) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3186 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745848) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3188 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745858) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3190 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745860) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3192 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745862) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3215 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746053) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3238 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746323) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3250 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746374) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2822 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742500) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2847 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742727) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2851 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742741) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2877 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 743973) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2921 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744202) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2929 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744224) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3092 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745266) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3138 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745542) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3191 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745861) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.143
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 87 |
SELECT SQL_NO_CACHE `id_module` FROM `pre4836_module_shop` WHERE `id_module` = 0 AND `id_shop` = 3 LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/module/Module.php:2109
/classes/controller/FrontController.php:1658 (isEnabled)
/classes/controller/FrontController.php:1801 (getDisplayTaxesLabel)
/controllers/front/listing/CategoryController.php:275 (getTemplateVarPage)
/classes/controller/FrontController.php:550 (getTemplateVarPage)
/classes/controller/FrontController.php:614 (assignGeneralPurposeVariables)
/controllers/front/listing/CategoryController.php:127 (initContent)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3059 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744959) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3064 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745024) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3066 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745026) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3067 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745027) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3072 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745180) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3087 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745240) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3111 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745356) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3118 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745447) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3126 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745495) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3127 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745496) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3179 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745817) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3183 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745845) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3185 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745847) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 2834 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 742550) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3063 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745023) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3068 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745028) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3076 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745184) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3086 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745239) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3100 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745274) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3109 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745354) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3128 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745497) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3189 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745859) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3276 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746586) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.142
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3055 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744955) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3056 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744956) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3057 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744957) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3058 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 744958) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3070 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745178) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3071 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745179) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3088 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745241) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3091 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745265) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3094 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745268) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3096 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745270) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3115 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745436) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3116 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745437) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3117 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745446) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3124 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745493) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3216 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746054) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3237 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746322) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3253 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746398) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3073 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745181) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3075 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745183) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3077 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745185) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3079 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745187) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3080 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745188) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3082 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745190) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3095 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745269) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3099 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745273) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3103 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745277) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3104 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745278) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3110 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745355) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3112 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745357) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3113 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745358) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3187 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745849) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.141
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3089 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745242) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3236 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746321) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3069 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745177) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3078 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745186) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3081 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745189) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3090 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745243) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3093 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745267) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3097 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745271) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3098 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745272) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3101 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745275) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3102 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745276) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3105 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745279) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3114 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745435) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3122 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745451) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3125 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 745494) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3269 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746504) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.140
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3234 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746251) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.139
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3273 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746508) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.139
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3256 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746401) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.138
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3254 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746399) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.137
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3255 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746400) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3214 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746052) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3272 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746507) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.136
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3271 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746506) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3295 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746748) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3213 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746051) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.135
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3235 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746320) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.134
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|
| 3270 |
SELECT SQL_NO_CACHE SUM(quantity)
FROM `pre4836_stock_available`
WHERE (id_product = 3229) AND (id_product_attribute = 746505) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1 |
0.131
ms
|
0 |
|
|
/classes/stock/StockAvailable.php:453
/modules/addparamsbyhooks/addparamsbyhooks.php:165 (getQuantityAvailableByProduct)
/modules/addparamsbyhooks/addparamsbyhooks.php:139 (isInStockWithOtherSize)
/classes/Hook.php:1043 (hookActionPresentProductListing)
/tools/profiling/Hook.php:35 (coreCallHook)
/classes/Hook.php:418 (coreCallHook)
/classes/Hook.php:981 (callHookOn)
/src/Adapter/Presenter/Product/ProductListingPresenter.php:61 (exec)
/classes/controller/ProductListingFrontController.php:119 (present)
/classes/controller/ProductListingFrontController.php:379 (prepareMultipleProductsForTemplate)
/classes/controller/ProductListingFrontController.php:635 (getProductSearchVariables)
/controllers/front/listing/CategoryController.php:138 (doProductSearch)
/tools/profiling/Controller.php:60 (initContent)
/classes/Dispatcher.php:510 (run)
/index.php:28 (dispatch)
|